Uses of Interface
org.spincast.testing.junitrunner.BeforeAfterClassMethodsProvider
Packages that use BeforeAfterClassMethodsProvider
-
Uses of BeforeAfterClassMethodsProvider in org.spincast.testing.core
Classes in org.spincast.testing.core that implement BeforeAfterClassMethodsProviderModifier and TypeClassDescriptionclass
AppBasedTestingBase<R extends RequestContext<?>,
W extends WebsocketContext<?>> class
Base class for Spincast test classes. -
Uses of BeforeAfterClassMethodsProvider in org.spincast.testing.defaults
Classes in org.spincast.testing.defaults that implement BeforeAfterClassMethodsProviderModifier and TypeClassDescriptionclass
class
AppBasedWebsocketTestingBase<R extends RequestContext<?>,
W extends WebsocketContext<?>> Base class for WebSocket testing.class
NoAppCustomContextTypesTestingBase<R extends RequestContext<?>,
W extends WebsocketContext<?>> class
NoAppStartHttpServerCustomContextTypesTestingBase<R extends RequestContext<?>,
W extends WebsocketContext<?>> Base class for testing without an App but when an HTTP server is required.class
Base class for testing without an App but when an HTTP server is required.class
class
Base class for WebSocket testing without an App.