public.javadoc.org.spincast.testing.junitrunner.RepeatedClassAfterMethodProvider.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spincast-website Show documentation
Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
RepeatedClassAfterMethodProvider (org.spincast:spincast-framework 1.13.0 API)
org.spincast.testing.junitrunner
Interface RepeatedClassAfterMethodProvider
-
- All Known Implementing Classes:
- AppBasedDefaultContextTypesTestingBase, AppBasedTestingBase, AppBasedWebsocketTestingBase, NoAppCustomContextTypesTestingBase, NoAppStartHttpServerCustomContextTypesTestingBase, NoAppStartHttpServerTestingBase, NoAppTestingBase, NoAppWebsocketTestingBase, SpincastTestBase
public interface RepeatedClassAfterMethodProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods
Modifier and Type
Method and Description
void
afterClassLoops()
Called after all the loops of the class
as specified by the RepeatUntilFailure
or
RepeatUntilSuccess
annotations.
-
-
Method Detail
-
afterClassLoops
void afterClassLoops()
Called after all the loops of the class
as specified by the 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.