File tree
1,852 files changed
+17695
-18958
lines changed- 1.01-starting-project-solutions/section-02-junit-review
- 1.01-project-solution-assert-equals-not-equals-AND-null-not-null
- src
- main/java/com/luv2code/junitdemo
- test/java/com/luv2code/junitdemo
- 1.02-project-solution-lifecycle-methods
- src
- main/java/com/luv2code/junitdemo
- test/java/com/luv2code/junitdemo
- 1.03-project-solution-custom-display-name
- src
- main/java/com/luv2code/junitdemo
- test/java/com/luv2code/junitdemo
- 1.04-project-solution-assert-same-not-same-AND-true-false
- src
- main/java/com/luv2code/junitdemo
- test/java/com/luv2code/junitdemo
- 1.05-project-solution-assert-array-iterable-lines
- src
- main/java/com/luv2code/junitdemo
- test/java/com/luv2code/junitdemo
- 1.06-project-solution-assert-throws-and-timeouts
- src
- main/java/com/luv2code/junitdemo
- test/java/com/luv2code/junitdemo
- 1.07-project-solution-order-tests
- src
- main/java/com/luv2code/junitdemo
- test/java/com/luv2code/junitdemo
- 1.08-project-solution-unit-test-reports-and-code-coverage-reports-with-intellij
- src
- main/java/com/luv2code/junitdemo
- test/java/com/luv2code/junitdemo
- 1.09-project-solution-unit-test-reports-and-code-coverage-reports-with-maven
- src
- main/java/com/luv2code/junitdemo
- test/java/com/luv2code/junitdemo
- 1.10-project-solution-conditional-tests
- src
- main/java/com/luv2code/junitdemo
- test/java/com/luv2code/junitdemo
- 1.12-fizzbuzz-project-solutions/section-03-test-driven-development-tdd
- 01-fizzbuzz-project-solution-basic
- src
- main/java/com/luv2code
- junitdemo
- tdd
- test
- java/com/luv2code
- junitdemo
- tdd
- resources
- 02-fizzbuzz-project-solution-parameterized-tests
- src
- main/java/com/luv2code
- junitdemo
- tdd
- test
- java/com/luv2code
- junitdemo
- tdd
- resources
- 03-fizzbuzz-project-solution-main-app
- src
- main/java/com/luv2code
- junitdemo
- tdd
- test
- java/com/luv2code
- junitdemo
- tdd
- resources
- 2.00-starting-project
- src/test/java
- 2.01-starting-project-solutions/section-04-spring-boot-unit-testing-support/2.01-solution-junit-assertions
- src
- main
- java/com/luv2code/component
- models
- resources
- test/java/com/luv2code/test
- 2.20-starting-project
- 2.21-starting-project-solutions/section-05-unit-testing-mocking-with-mockito
- src
- main
- java/com/luv2code/component
- dao
- models
- service
- resources
- test/java/com/luv2code/test
- 3.00-starting-project
- src/main/java/com/luv2code/springmvc/models
- 3.01-starting-project-solutions
- 3.01-05-solution-sql-annotation-get-gradebook-test
- src/main/java/com/luv2code/springmvc/models
- 3.01-06-solution-gradebookcontroller-test-iterable-equals
- src/main/java/com/luv2code/springmvc/models
- 3.01-07-solution-gradebookcontroller-add-mvc-test
- src/main/java/com/luv2code/springmvc/models
- 3.01-08-solution-create-student-http-post-request-test
- src/main/java/com/luv2code/springmvc/models
- 3.01-09-solution-create-student-http-request-when-added
- src
- main/java/com/luv2code/springmvc/models
- test/java/com/luv2code/springmvc
- 3.01-10-solution-update-index-html-to-handle-create-and-get-students
- src
- main/java/com/luv2code/springmvc/models
- test/java/com/luv2code/springmvc
- 3.01-11-solution-delete-student-http-added
- src
- main/java/com/luv2code/springmvc/models
- test/java/com/luv2code/springmvc
- 3.01-12-solution-delete-student-http-error-page
- src
- main/java/com/luv2code/springmvc/models
- test/java/com/luv2code/springmvc
- 3.01-13-solution-create-grade-service-passed-for-math-grades
- src/main/java/com/luv2code/springmvc/models
- 3.01-14-solution-create-grade-service-passed-for-science-grades
- src/main/java/com/luv2code/springmvc/models
- 3.01-15-solution-create-grade-service-passed-for-history-grades
- src/main/java/com/luv2code/springmvc/models
- 3.01-16-solution-create-grade-service-returns-false
- src
- main/java/com/luv2code/springmvc/models
- test/java/com/luv2code/springmvc
- 3.01-17-solution-add-math-science-history-grades-to-before-and-after
- src
- main/java/com/luv2code/springmvc/models
- test/java/com/luv2code/springmvc
- 3.01-18-solution-edit-create-grade-service-to-use-collections
- src
- main/java/com/luv2code/springmvc/models
- test/java/com/luv2code/springmvc
- 3.01-19-solution-delete-grade-math-service-only
- src
- main/java/com/luv2code/springmvc/models
- test/java/com/luv2code/springmvc
- 3.01-20-solution-delete-grade-science-and-history
- src
- main/java/com/luv2code/springmvc/models
- test/java/com/luv2code/springmvc
- 3.01-21-solution-delete-grade-science-return-student-id-zero
- src
- main/java/com/luv2code/springmvc/models
- test/java/com/luv2code/springmvc
- 3.01-22-solution-enhance-delete-student-service-to-now-delete-grades
- src
- main/java/com/luv2code/springmvc/models
- test/java/com/luv2code/springmvc
- 3.01-23-solution-student-information-service-test-pass
- src
- main/java/com/luv2code/springmvc/models
- test/java/com/luv2code/springmvc
- 3.01-24-solution-student-information-return-null-for-invalid-student-id
- src
- main/java/com/luv2code/springmvc/models
- test/java/com/luv2code/springmvc
- 3.01-25-solution-setup-sql-scripts-in-application-props-file-and-student-service
- src
- main
- java/com/luv2code/springmvc/models
- resources
- test/java/com/luv2code/springmvc
- 3.01-26-solution-setup-sql-scripts-for-gradebook-controller-test
- src/main
- java/com/luv2code/springmvc/models
- resources
- 3.01-28-solution-enhance-student-information-method-on-grade-book-controller
- src/main
- java/com/luv2code/springmvc/models
- resources
- 3.01-29-solution-create-grade-on-grade-book-controller
- src/main
- java/com/luv2code/springmvc/models
- resources
- 3.01-30-solution-enhance-and-refactor-configure-student-information-model
- src/main
- java/com/luv2code/springmvc/models
- resources
- 3.01-31-solution-create-a-valid-grade-http-request-student-does-not-exist
- src/main
- java/com/luv2code/springmvc/models
- resources
- 3.01-32-solution-create-an-invalid-grade-http-request-grade-type-does-not-exist
- src/main
- java/com/luv2code/springmvc/models
- resources
- 3.01-33-solution-delete-a-valid-grade-http-request
- src/main
- java/com/luv2code/springmvc/models
- resources
- 3.01-34-solution-delete-a-valid-grade-http-request-grade-id-does-not-exist
- src/main
- java/com/luv2code/springmvc/models
- resources
- 3.01-35-solution-delete-a-non-valid-grade-http-request
- src/main
- java/com/luv2code/springmvc/models
- resources
- 3.01-36-solution-update-student-information-thymeleaf-template-to-use-dynamic-data
- src/main
- java/com/luv2code/springmvc/models
- resources
- 3.01-37-solution-create-application-test-properties-file
- src/main
- java/com/luv2code/springmvc/models
- resources
- 3.01-38-solution-update-app-to-connect-to-mysql
- src/main
- java/com/luv2code/springmvc/models
- resources
- 3.01-80-solution-final
- src/main
- java/com/luv2code/springmvc
- controller
- models
- service
- resources
- static/cssandjs
- js
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,852 files changed
+17695
-18958
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
| 19 | + | |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
| |||
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
34 | 54 |
| |
35 | 55 |
| |
36 | 56 |
| |
|
Whitespace-only changes.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
| 19 | + | |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
| |||
37 | 38 |
| |
38 | 39 |
| |
39 | 40 |
| |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
40 | 60 |
| |
| 61 | + | |
41 | 62 |
| |
42 | 63 |
| |
43 | 64 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
| 19 | + | |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
| |||
37 | 38 |
| |
38 | 39 |
| |
39 | 40 |
| |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
40 | 60 |
| |
41 | 61 |
| |
42 | 62 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
| 19 | + | |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
| |||
37 | 38 |
| |
38 | 39 |
| |
39 | 40 |
| |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
40 | 60 |
| |
41 | 61 |
| |
42 | 62 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 | 15 |
| |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
| 20 | + | |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
| |||
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
44 |
| - | |
45 |
| - | |
| 45 | + | |
| 46 | + | |
46 | 47 |
| |
47 | 48 |
| |
48 | 49 |
| |
| |||
66 | 67 |
| |
67 | 68 |
| |
68 | 69 |
| |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
69 | 89 |
| |
70 | 90 |
| |
71 | 91 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
This file was deleted.
0 commit comments