- [x] Add: junit-jupiter-params to diagram - [x] Add: junit-jupiter-migrationsupport - [ ] ~Dependency graph has changed. Update UML~ - [ ] Add Examples of parameter: - [x] @ParameterizedTest - [x] @RepeatedTest - [ ] RepetitionInfoParameterResolver - [ ] TestReporterParameterResolver - [x] CSV inline - [x] CSV File - [x] @ArgumentsSource - [x] Implicit argument conversion - [x] Explicit argument conversion - [x] Expect throws has been removed - [x] Assert throws now passes along the exception - [x] @TestTemplate - [ ] Create a new bitly link - [ ] Update the master slide title and bitly link - [ ] ~Test Instance Life Cycle (Section 3.8) - @TestInstance~ - [x] Test Template example - [x] Mockito Extension - Moved to Poineer. Include example of its use. - [ ] Exception handling (TestExecutionExceptionHandler) - [ ] ~Example using context stores to hold state~
Add: junit-jupiter-params to diagram
Add: junit-jupiter-migrationsupport
Dependency graph has changed. Update UMLAdd Examples of parameter:
Expect throws has been removed
Assert throws now passes along the exception
@testtemplate
Create a new bitly link
Update the master slide title and bitly link
Test Instance Life Cycle (Section 3.8) - @testinstanceTest Template example
Mockito Extension - Moved to Poineer. Include example of its use.
Exception handling (TestExecutionExceptionHandler)
Example using context stores to hold state