@RepeatedTest
is used to signal that the annotated method is a
test template method that should be repeated a specified number of times.AfterClass
After
BeforeClass
Before
AbstractAllTestClassesWrapper.wrapperRunTestClass(AbstractTestWrapper)
for each AbstractTestWrapper
to execute.Test