public.javadoc.org.spincast.testing.defaults.NoAppTestingBase.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.
NoAppTestingBase (org.spincast:spincast-framework 2.1.1 API)
Package org.spincast.testing.defaults
Class NoAppTestingBase
java.lang.Object
org.spincast.testing.core.SpincastTestBase
org.spincast.testing.defaults.NoAppCustomContextTypesTestingBase<DefaultRequestContext,DefaultWebsocketContext>
org.spincast.testing.defaults.NoAppTestingBase
- All Implemented Interfaces:
BeforeAfterClassMethodsProvider
, CanBeDisabled
, RepeatedClassAfterMethodProvider
, TestFailureListener
public abstract class NoAppTestingBase
extends NoAppCustomContextTypesTestingBase<DefaultRequestContext,DefaultWebsocketContext>
-
Field Summary
Fields inherited from class org.spincast.testing.core.SpincastTestBase
logger, spincastConfig
-
Constructor Summary
-
Method Summary
Modifier and Type
Method
Description
protected Class<? extends RequestContext<?>>
protected Class<? extends WebsocketContext<?>>
Methods inherited from class org.spincast.testing.defaults.NoAppCustomContextTypesTestingBase
createInjector, getExtraOverridingModule, getExtraPlugins, getGuiceTweakerExtraOverridingModule, getGuiceTweakerExtraPlugins, getMainArgs
Methods inherited from class org.spincast.testing.core.SpincastTestBase
addExtraSystemProperties, afterClass, afterClassLoops, afterTest, beforeClass, beforeClassException, beforeTest, createGuiceTweaker, createTestingDir, createTestingFilePath, createTestingFilePath, deleteTestingWritableTempDir, getExtraExactBindingsToRemoveBeforePlugins, getExtraSystemProperties, getGuiceTweakerFromThreadLocal, getGuiceTweakerPluginsToDisable, getInjector, getSpincastConfig, getTestingConfigImplementationClass, getTestingWritableTempDir, isDisableBindCurrentClass, isTestClassDisabledPostBeforeClass, isTestClassDisabledPreBeforeClass, resetSystemProperties, testFailure, tweakConfigurations, validateCreatedInjector
-
Constructor Details
-
NoAppTestingBase
public NoAppTestingBase()
-
Method Details
-
getRequestContextImplementationClass
-
getWebsocketContextImplementationClass