Commit 336f241
authored
File tree
124 files changed
+56
-124
lines changed- 2.00-starting-project
- 2.01-starting-project-solutions/section-04-spring-boot-unit-testing-support/2.01-solution-junit-assertions
- 2.20-starting-project
- 2.21-starting-project-solutions/section-05-unit-testing-mocking-with-mockito
- 3.00-starting-project
- src/main/resources
- 3.01-starting-project-solutions
- section-07-testing-spring-boot-mvc-web-apps-database-integration-testing
- 3.01-01-solution-create-student-service-test
- src/main/resources
- 3.01-02-solution-check-if-student-is-null-test
- src/main/resources
- 3.01-03-solution-delete-student-service-test
- src/main/resources
- 3.01-04-solution-get-gradebook-test
- src/main/resources
- 3.01-05-solution-sql-annotation-get-gradebook-test
- src/main/resources
- section-08-testing-spring-boot-mvc-web-apps-mvc-controller-testing
- 3.01-06-solution-gradebookcontroller-test-iterable-equals
- src/main/resources
- 3.01-07-solution-gradebookcontroller-add-mvc-test
- src/main/resources
- 3.01-08-solution-create-student-http-post-request-test
- src/main/resources
- 3.01-09-solution-create-student-http-request-when-added
- src/main/resources
- 3.01-10-solution-update-index-html-to-handle-create-and-get-students
- src/main/resources
- 3.01-11-solution-delete-student-http-added
- src/main/resources
- 3.01-12-solution-delete-student-http-error-page
- src/main/resources
- section-09-testing-spring-boot-mvc-web-apps-gradebook-app-student-grades
- 3.01-13-solution-create-grade-service-passed-for-math-grades
- src/main/resources
- 3.01-14-solution-create-grade-service-passed-for-science-grades
- src/main/resources
- 3.01-15-solution-create-grade-service-passed-for-history-grades
- src/main/resources
- 3.01-16-solution-create-grade-service-returns-false
- src/main/resources
- 3.01-17-solution-add-math-science-history-grades-to-before-and-after
- src/main/resources
- 3.01-18-solution-edit-create-grade-service-to-use-collections
- src/main/resources
- 3.01-19-solution-delete-grade-math-service-only
- src/main/resources
- 3.01-20-solution-delete-grade-science-and-history
- src/main/resources
- 3.01-21-solution-delete-grade-science-return-student-id-zero
- src/main/resources
- 3.01-22-solution-enhance-delete-student-service-to-now-delete-grades
- src/main/resources
- 3.01-23-solution-student-information-service-test-pass
- src/main/resources
- 3.01-24-solution-student-information-return-null-for-invalid-student-id
- src/main/resources
- section-10-testing-spring-boot-mvc-web-apps-setup-sql-scripts-in-properties-files
- 3.01-25-solution-setup-sql-scripts-in-application-props-file-and-student-service
- src/main/resources
- 3.01-26-solution-setup-sql-scripts-for-gradebook-controller-test
- src/main/resources
- section-11-testing-spring-boot-mvc-web-apps-student-information-and-grades
- 3.01-27-solution-enhance-student-information-method-on-grade-book-controller
- src/main/resources
- 3.01-28-solution-create-grade-on-grade-book-controller
- src/main/resources
- 3.01-29-solution-enhance-and-refactor-configure-student-information-model
- src/main/resources
- 3.01-30-solution-create-a-valid-grade-http-request-student-does-not-exist
- src/main/resources
- 3.01-31-solution-create-an-invalid-grade-http-request-grade-type-does-not-exist
- src/main/resources
- 3.01-32-solution-delete-a-valid-grade-http-request
- src/main/resources
- 3.01-33-solution-delete-a-valid-grade-http-request-grade-id-does-not-exist
- src/main/resources
- 3.01-34-solution-delete-a-non-valid-grade-http-request
- src/main/resources
- 3.01-35-solution-update-student-information-thymeleaf-template-to-use-dynamic-data
- src/main/resources
- 3.01-36-solution-create-application-test-properties-file
- src/main/resources
- 3.01-37-solution-update-app-to-connect-to-mysql
- src/main/resources
- 4.00-starting-project
- src/main/resources
- 4.01-starting-project-solutions/section-12-testing-spring-boot-rest-apis
- solution-4.01-01-setting-up-gradebook-controller-test
- src/main/resources
- solution-4.01-02-get-students-test
- src/main/resources
- solution-4.01-03-create-student
- src/main/resources
- solution-4.01-04-delete-student
- src/main/resources
- solution-4.01-05-delete-student-error-page
- src/main/resources
- solution-4.01-06-student-information-created
- src/main/resources
- solution-4.01-07-student-information-student-not-found
- src/main/resources
- solution-4.01-08-create-a-valid-grade
- src/main/resources
- solution-4.01-09-create-a-valid-student-id-does-not-exist
- src/main/resources
- solution-4.01-10-create-an-invalid-grade-the-grade-type-does-not-exist
- src/main/resources
- solution-4.01-11-delete-a-valid-grade
- src/main/resources
- solution-4.01-12-delete-a-valid-grade-the-grade-id-does-not-exist
- src/main/resources
- solution-4.01-13-delete-a-invalid-grade-the-grade-type-does-not-exist
- src/main/resources
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
124 files changed
+56
-124
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
0 commit comments