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
- templates
- test/java/com/luv2code/springmvc
- section-07-testing-spring-boot-mvc-web-apps-database-integration-testing
- 3.01-01-solution-create-student-service-test
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 3.01-02-solution-check-if-student-is-null-test
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 3.01-03-solution-delete-student-service-test
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 3.01-04-solution-get-gradebook-test
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 3.01-05-solution-sql-annotation-get-gradebook-test
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- section-08-testing-spring-boot-mvc-web-apps-mvc-controller-testing
- 3.01-06-solution-gradebookcontroller-test-iterable-equals
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 3.01-07-solution-gradebookcontroller-add-mvc-test
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 3.01-08-solution-create-student-http-post-request-test
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 3.01-09-solution-create-student-http-request-when-added
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 3.01-10-solution-update-index-html-to-handle-create-and-get-students
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 3.01-11-solution-delete-student-http-added
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 3.01-12-solution-delete-student-http-error-page
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 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
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 3.01-14-solution-create-grade-service-passed-for-science-grades
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 3.01-15-solution-create-grade-service-passed-for-history-grades
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 3.01-16-solution-create-grade-service-returns-false
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 3.01-17-solution-add-math-science-history-grades-to-before-and-after
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 3.01-18-solution-edit-create-grade-service-to-use-collections
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 3.01-19-solution-delete-grade-math-service-only
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 3.01-20-solution-delete-grade-science-and-history
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 3.01-21-solution-delete-grade-science-return-student-id-zero
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 3.01-22-solution-enhance-delete-student-service-to-now-delete-grades
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 3.01-23-solution-student-information-service-test-pass
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 3.01-24-solution-student-information-return-null-for-invalid-student-id
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 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
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 3.01-26-solution-setup-sql-scripts-for-gradebook-controller-test
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 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
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 3.01-28-solution-create-grade-on-grade-book-controller
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 3.01-29-solution-enhance-and-refactor-configure-student-information-model
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 3.01-30-solution-create-a-valid-grade-http-request-student-does-not-exist
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 3.01-31-solution-create-an-invalid-grade-http-request-grade-type-does-not-exist
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 3.01-32-solution-delete-a-valid-grade-http-request
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 3.01-33-solution-delete-a-valid-grade-http-request-grade-id-does-not-exist
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 3.01-34-solution-delete-a-non-valid-grade-http-request
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 3.01-35-solution-update-student-information-thymeleaf-template-to-use-dynamic-data
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 3.01-36-solution-create-application-test-properties-file
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 3.01-37-solution-update-app-to-connect-to-mysql
- src
- main
- java/com/luv2code/springmvc
- controller
- models
- repository
- service
- resources
- static/cssandjs
- js
- templates
- test/java/com/luv2code/springmvc
- 4.00-starting-project
- src/main
- java/com/luv2code/springmvc/models
- resources
- 4.01-starting-project-solutions
- section-12-testing-spring-boot-rest-apis
- solution-4.01-01-setting-up-gradebook-controller-test
- src
- main
- java/com/luv2code/springmvc
- controller
- exceptionhandling
- models
- repository
- service
- resources
- test/java/com/luv2code/springmvc
- solution-4.01-02-get-students-test
- src
- main
- java/com/luv2code/springmvc
- controller
- exceptionhandling
- models
- repository
- service
- resources
- test/java/com/luv2code/springmvc
- solution-4.01-03-create-student
- src
- main
- java/com/luv2code/springmvc
- controller
- exceptionhandling
- models
- repository
- service
- resources
- test/java/com/luv2code/springmvc
- solution-4.01-04-delete-student
- src
- main
- java/com/luv2code/springmvc
- controller
- exceptionhandling
- models
- repository
- service
- resources
- test/java/com/luv2code/springmvc
- solution-4.01-05-delete-student-error-page
- src
- main
- java/com/luv2code/springmvc
- controller
- exceptionhandling
- models
- repository
- service
- resources
- test/java/com/luv2code/springmvc
- solution-4.01-06-student-information-created
- src
- main
- java/com/luv2code/springmvc
- controller
- exceptionhandling
- models
- repository
- service
- resources
- test/java/com/luv2code/springmvc
- solution-4.01-07-student-information-student-not-found
- src
- main
- java/com/luv2code/springmvc
- controller
- exceptionhandling
- models
- repository
- service
- resources
- test/java/com/luv2code/springmvc
- solution-4.01-08-create-a-valid-grade
- src
- main
- java/com/luv2code/springmvc
- controller
- exceptionhandling
- models
- repository
- service
- resources
- test/java/com/luv2code/springmvc
- solution-4.01-09-create-a-valid-student-id-does-not-exist
- src
- main
- java/com/luv2code/springmvc
- controller
- exceptionhandling
- models
- repository
- service
- resources
- test/java/com/luv2code/springmvc
- solution-4.01-10-create-an-invalid-grade-the-grade-type-does-not-exist
- src
- main
- java/com/luv2code/springmvc
- controller
- exceptionhandling
- models
- repository
- service
- resources
- test/java/com/luv2code/springmvc
- solution-4.01-11-delete-a-valid-grade
- src
- main
- java/com/luv2code/springmvc
- controller
- exceptionhandling
- models
- repository
- service
- resources
- test/java/com/luv2code/springmvc
- solution-4.01-12-delete-a-valid-grade-the-grade-id-does-not-exist
- src
- main
- java/com/luv2code/springmvc
- controller
- exceptionhandling
- models
- repository
- service
- resources
- test/java/com/luv2code/springmvc
- solution-4.01-13-delete-a-invalid-grade-the-grade-type-does-not-exist
- src
- main
- java/com/luv2code/springmvc
- controller
- exceptionhandling
- models
- repository
- service
- resources
- test/java/com/luv2code/springmvc
- solution-4.01-02-setting-up-gradebook-controller-test
- src/main
- java/com/luv2code/springmvc/models
- resources
- solution-4.01-03-get-students-test
- src/main
- java/com/luv2code/springmvc/models
- resources
- solution-4.01-04-create-student
- src/main
- java/com/luv2code/springmvc/models
- resources
- solution-4.01-05-delete-student
- src/main
- java/com/luv2code/springmvc/models
- resources
- solution-4.01-06-delete-student-error-page
- src/main
- java/com/luv2code/springmvc/models
- resources
- solution-4.01-07-student-information-created
- src/main
- java/com/luv2code/springmvc/models
- resources
- solution-4.01-08-student-information-student-not-found
- src/main
- java/com/luv2code/springmvc/models
- resources
- solution-4.01-09-create-a-valid-grade
- src/main
- java/com/luv2code/springmvc/models
- resources
- solution-4.01-10-create-a-valid-student-id-does-not-exist
- src/main
- java/com/luv2code/springmvc/models
- resources
- solution-4.01-11-create-an-invalid-grade-the-grade-type-does-not-exist
- src/main
- java/com/luv2code/springmvc/models
- resources
- solution-4.01-12-delete-a-valid-grade
- src/main
- java/com/luv2code/springmvc/models
- resources
- solution-4.01-13-delete-a-valid-grade-the-grade-id-does-not-exist
- src/main
- java/com/luv2code/springmvc/models
- resources
- solution-4.01-14-delete-a-invalid-grade-the-grade-type-does-not-exist
- src/main
- java/com/luv2code/springmvc
- models
- repository
- resources
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 changed
0 commit comments