public interface RepeatedClassAfterMethodProvider
| Modifier and Type | Method and Description |
|---|---|
void |
afterClassLoops()
Called after all the loops of the class
as specified by the
RepeatUntilFailure or
RepeatUntilSuccess annotations. |
void afterClassLoops()
RepeatUntilFailure or
RepeatUntilSuccess annotations.
This will only be called if the beforeClass() method completed successfully, so you can be sure that the instanciation of the class is complete here.
Copyright © 2019. All rights reserved.