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 1.13.0 API)
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
Constructors
Constructor and Description
NoAppTestingBase()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
protected Class<? extends RequestContext<?>>
getRequestContextImplementationClass()
protected Class<? extends WebsocketContext<?>>
getWebsocketContextImplementationClass()
-
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
-
-
Method Detail
-
getRequestContextImplementationClass
protected Class<? extends RequestContext<?>> getRequestContextImplementationClass()
-
getWebsocketContextImplementationClass
protected Class<? extends WebsocketContext<?>> getWebsocketContextImplementationClass()
Copyright © 2019. All rights reserved.