Read the JUnit user guide (https://junit.org/junit5/docs/current/user-guide) and the class SampleMathTest two new methods:
- One that is executed only once before any test method is run
- One that is executed only once after all the test methods were run
We did not talk about it, so you would need to do some research.