Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.test.context Classes and Interfaces - 85 results found.
NameDescriptionTypePackageFramework
AbstractContextLoaderAbstract application context loader that provides a basis for all concreteTemplate Method based approach for processingClassorg.springframework.test.context.supportSpring MVC
AbstractDelegatingSmartContextLoaderAbstractDelegatingSmartContextLoader serves as an abstract base classfor implementations of the SmartContextLoader SPI that delegate to aClassorg.springframework.test.context.supportSpring MVC
AbstractDirtiesContextTestExecutionListenerAbstract base class for TestExecutionListener implementations thatprovide support for marking the ApplicationContext associated withClassorg.springframework.test.context.supportSpring MVC
AbstractGenericContextLoaderAbstract, generic extension of AbstractContextLoader that loads aGenericApplicationContext.Classorg.springframework.test.context.supportSpring MVC
AbstractGenericWebContextLoaderAbstract, generic extension of AbstractContextLoader that loads aGenericWebApplicationContext.Classorg.springframework.test.context.webSpring MVC
AbstractJUnit4SpringContextTestsAbstract base test class which integrates the Spring TestContextFramework with explicit ApplicationContext testing supportClassorg.springframework.test.context.junit4Spring MVC
AbstractTestContextBootstrapperAbstract implementation of the TestContextBootstrapper interface whichprovides most of the behavior required by a bootstrapper.Classorg.springframework.test.context.supportSpring MVC
AbstractTestExecutionListenerAbstract implementation of the TestExecutionListener interface whichprovides empty method stubs.Classorg.springframework.test.context.supportSpring MVC
AbstractTestNGSpringContextTestsAbstract base test class which integrates the Spring TestContext Frameworkwith explicit ApplicationContext testing support in a TestNGClassorg.springframework.test.context.testngSpring MVC
AbstractTransactionalJUnit4SpringContextTestsAbstract transactional extension ofAbstractJUnit4SpringContextTests which adds convenience functionalityClassorg.springframework.test.context.junit4Spring MVC
AbstractTransactionalTestNGSpringContextTestsAbstract transactional extension ofAbstractTestNGSpringContextTests which adds convenience functionalityClassorg.springframework.test.context.testngSpring MVC
ActiveProfilesActiveProfiles is a class-level annotation that is used to declarewhich active bean definition profiles should be used when loadingClassorg.springframework.test.contextSpring MVC
ActiveProfilesResolverStrategy interface for programmatically resolving which active beandefinition profiles should be used when loading anInterfaceorg.springframework.test.contextSpring MVC
AfterTransactionTest annotation to indicate that the annotated public void methodshould be executed after a transaction is ended for a test methodClassorg.springframework.test.context.transactionSpring MVC
AnnotationConfigContextLoaderConcrete implementation of AbstractGenericContextLoader that loadsbean definitions from annotated classes.Classorg.springframework.test.context.supportSpring MVC
AnnotationConfigContextLoaderUtilsUtility methods for SmartContextLoaders that dealwith annotated classes (e.Classorg.springframework.test.context.supportSpring MVC
AnnotationConfigWebContextLoaderConcrete implementation of AbstractGenericWebContextLoader that loadsbean definitions from annotated classes.Classorg.springframework.test.context.webSpring MVC
BeforeTransactionTest annotation to indicate that the annotated public void methodshould be executed before a transaction is started for a test methodClassorg.springframework.test.context.transactionSpring MVC
BootstrapContextBootstrapContext encapsulates the context in which the SpringTestContext Framework is bootstrapped.Interfaceorg.springframework.test.contextSpring MVC
BootstrapWith@BootstrapWith defines class-level metadata that is used to determinehow to bootstrap the Spring TestContext Framework.Classorg.springframework.test.contextSpring MVC
CacheAwareContextLoaderDelegateA CacheAwareContextLoaderDelegate is responsible for loading and closing applicationcontexts, interacting transparently with aInterfaceorg.springframework.test.contextSpring MVC
ContextCacheContextCache defines the SPI for caching SpringApplicationContexts within the SpringInterfaceorg.springframework.test.context.cacheSpring MVC
ContextConfiguration@ContextConfiguration defines class-level metadata that is used to determinehow to load and configure an ApplicationContext for integration tests.Classorg.springframework.test.contextSpring MVC
ContextConfigurationAttributesContextConfigurationAttributes encapsulates the context configurationattributes declared via @ContextConfiguration.Classorg.springframework.test.contextSpring MVC
ContextHierarchy@ContextHierarchy is a class-level annotation that is used to definea hierarchy of ApplicationContexts for integration tests.Classorg.springframework.test.contextSpring MVC
ContextLoaderStrategy interface for loading an application contextfor an integration test managed by the Spring TestContext Framework.Interfaceorg.springframework.test.contextSpring MVC
DefaultActiveProfilesResolverDefault implementation of the ActiveProfilesResolver strategy thatresolves active bean definition profiles based solely on profilesClassorg.springframework.test.context.supportSpring MVC
DefaultBootstrapContextDefault implementation of the BootstrapContext interface.Classorg.springframework.test.context.supportSpring MVC
DefaultCacheAwareContextLoaderDelegateDefault implementation of the CacheAwareContextLoaderDelegate interface.Classorg.springframework.test.context.cacheSpring MVC
DefaultContextCacheDefault implementation of the ContextCache API.Classorg.springframework.test.context.cacheSpring MVC
DefaultTestContextDefault implementation of the TestContext interface.Classorg.springframework.test.context.supportSpring MVC
DefaultTestContextBootstrapperDefault implementation of the TestContextBootstrapper SPI.Classorg.springframework.test.context.supportSpring MVC
DelegatingSmartContextLoaderDelegatingSmartContextLoader is a concrete implementation ofAbstractDelegatingSmartContextLoader that delegates to aClassorg.springframework.test.context.supportSpring MVC
DependencyInjectionTestExecutionListenerTestExecutionListener which provides support for dependencyinjection and initialization of test instances.Classorg.springframework.test.context.supportSpring MVC
DirtiesContextBeforeModesTestExecutionListenerTestExecutionListener which provides support for marking theApplicationContext associated with a test as dirty forClassorg.springframework.test.context.supportSpring MVC
DirtiesContextTestExecutionListenerTestExecutionListener which provides support for marking theApplicationContext associated with a test as dirty forClassorg.springframework.test.context.supportSpring MVC
GenericGroovyXmlContextLoaderConcrete implementation of AbstractGenericContextLoader that readsbean definitions from Groovy scripts and XML configuration files.Classorg.springframework.test.context.supportSpring MVC
GenericGroovyXmlWebContextLoaderConcrete implementation of AbstractGenericWebContextLoader that loadsbean definitions from Groovy scripts and XML configuration files.Classorg.springframework.test.context.webSpring MVC
GenericPropertiesContextLoaderConcrete implementation of AbstractGenericContextLoader that readsbean definitions from Java Properties resources.Classorg.springframework.test.context.supportSpring MVC
GenericXmlContextLoaderConcrete implementation of AbstractGenericContextLoader that readsbean definitions from XML resources.Classorg.springframework.test.context.supportSpring MVC
GenericXmlWebContextLoaderConcrete implementation of AbstractGenericWebContextLoader that loadsbean definitions from XML resources.Classorg.springframework.test.context.webSpring MVC
MergedContextConfigurationMergedContextConfiguration encapsulates the mergedcontext configuration declared on a test class and all of its superclassesClassorg.springframework.test.contextSpring MVC
ProfileValueCheckerProfileValueChecker is a custom JUnit Statement that checkswhether a test class or test method is enabled in the current environmentClassorg.springframework.test.context.junit4.statementsSpring MVC
RunAfterTestClassCallbacksRunAfterTestClassCallbacks is a custom JUnit Statement which allowsthe Spring TestContext Framework to be plugged into the JUnit execution chainClassorg.springframework.test.context.junit4.statementsSpring MVC
RunAfterTestMethodCallbacksRunAfterTestMethodCallbacks is a custom JUnit Statement which allowsthe Spring TestContext Framework to be plugged into the JUnit execution chainClassorg.springframework.test.context.junit4.statementsSpring MVC
RunBeforeTestClassCallbacksRunBeforeTestClassCallbacks is a custom JUnit Statement which allowsthe Spring TestContext Framework to be plugged into the JUnit execution chainClassorg.springframework.test.context.junit4.statementsSpring MVC
RunBeforeTestMethodCallbacksRunBeforeTestMethodCallbacks is a custom JUnit Statement which allowsthe Spring TestContext Framework to be plugged into the JUnit execution chainClassorg.springframework.test.context.junit4.statementsSpring MVC
RunPrepareTestInstanceCallbacksRunPrepareTestInstanceCallbacks is a custom JUnit Statement whichallows the Spring TestContext Framework to be plugged into the JUnitClassorg.springframework.test.context.junit4.statementsSpring MVC
ServletTestExecutionListenerTestExecutionListener which provides mock Servlet API support toWebApplicationContexts loaded by the SpringClassorg.springframework.test.context.webSpring MVC
SmartContextLoaderStrategy interface for loading an application contextfor an integration test managed by the Spring TestContext Framework.Interfaceorg.springframework.test.contextSpring MVC
SpringClassRuleSpringClassRule is a custom JUnit TestRule that supportsclass-level features of the Spring TestContext FrameworkClassorg.springframework.test.context.junit4.rulesSpring MVC
SpringFailOnTimeoutSpringFailOnTimeout is a custom JUnit Statement which addssupport for Spring's @TimedClassorg.springframework.test.context.junit4.statementsSpring MVC
SpringJUnit4ClassRunnerSpringJUnit4ClassRunner is a custom extension of JUnit'sBlockJUnit4ClassRunner which provides functionality of theClassorg.springframework.test.context.junit4Spring MVC
SpringMethodRuleSpringMethodRule is a custom JUnit MethodRule thatsupports instance-level and method-level features of theClassorg.springframework.test.context.junit4.rulesSpring MVC
SpringRepeatSpringRepeat is a custom JUnit Statement which adds supportfor Spring's @RepeatClassorg.springframework.test.context.junit4.statementsSpring MVC
Sql@Sql is used to annotate a test class or test method to configureSQL scripts() and statements() to be executed against a givenClassorg.springframework.test.context.jdbcSpring MVC
Sql .ExecutionPhaseThe configured SQL scripts and statements will be executedafter the corresponding test method.Classorg.springframework.test.context.jdbc.SqlSpring MVC
SqlConfig@SqlConfig defines metadata that is used to determine how to parseand execute SQL scripts configured via the @Sql annotation.Classorg.springframework.test.context.jdbcSpring MVC
SqlConfig .ErrorModeexecuting SQL statements.Classorg.springframework.test.context.jdbc.SqlConfigSpring MVC
SqlConfig .TransactionModeexecuted within a transaction and what the transaction propagation behaviorIndicates that the default transaction mode should be used.Classorg.springframework.test.context.jdbc.SqlConfigSpring MVC
SqlGroupContainer annotation that aggregates several @Sql annotations.Classorg.springframework.test.context.jdbcSpring MVC
SqlScriptsTestExecutionListenerTestExecutionListener that provides support for executing SQLscripts and inlined statementsClassorg.springframework.test.context.jdbcSpring MVC
TestContextTestContext encapsulates the context in which a test is executed,agnostic of the actual testing framework in use.Interfaceorg.springframework.test.contextSpring MVC
TestContextBootstrapperTestContextBootstrapper defines the SPI for bootstrapping theSpring TestContext Framework.Interfaceorg.springframework.test.contextSpring MVC
TestContextManagerTestContextManager is the main entry point into the SpringTestContext Framework.Classorg.springframework.test.contextSpring MVC
TestContextResourceUtilsUtility methods for working with resources within the Spring TestContextFramework.Classorg.springframework.test.context.utilSpring MVC
TestContextTransactionUtilsUtility methods for working with transactions and data access related beanswithin the Spring TestContext Framework.Classorg.springframework.test.context.transactionSpring MVC
TestExecutionListenerTestExecutionListener defines a listener API for reacting totest execution events published by the TestContextManager with whichInterfaceorg.springframework.test.contextSpring MVC
TestExecutionListenersTestExecutionListeners defines class-level metadata for configuringwhich TestExecutionListeners should beClassorg.springframework.test.contextSpring MVC
TestExecutionListeners .MergeModedeclared listeners are merged with the default listeners when@TestExecutionListeners is declared on a class that doesClassorg.springframework.test.context.TestExecutionListenersSpring MVC
TestPropertySource@TestPropertySource is a class-level annotation that is used toconfigure the locations() of properties files and inlinedClassorg.springframework.test.contextSpring MVC
TestPropertySourceUtilsUtility methods for working with @TestPropertySourceand adding test PropertySources to the Environment.Classorg.springframework.test.context.supportSpring MVC
TestTransactionTestTransaction provides a collection of static utility methods forprogrammatic interaction with test-managed transactions withinClassorg.springframework.test.context.transactionSpring MVC
TransactionalTestExecutionListenerTestExecutionListener that provides support for executing testswithin test-managed transactions by honoring Spring'sClassorg.springframework.test.context.transactionSpring MVC
TransactionConfigurationTransactionConfiguration defines class-level metadata for configuringtransactional tests.Classorg.springframework.test.context.transactionSpring MVC
TransactionConfigurationAttributesConfiguration attributes for configuring transactional tests.Classorg.springframework.test.context.transactionSpring MVC
WebAppConfiguration@WebAppConfiguration is a class-level annotation that is used todeclare that the ApplicationContext loaded for an integration testClassorg.springframework.test.context.webSpring MVC
WebDelegatingSmartContextLoaderWebDelegatingSmartContextLoader is a concrete implementation ofAbstractDelegatingSmartContextLoader that delegates to aClassorg.springframework.test.context.webSpring MVC
WebMergedContextConfigurationWebMergedContextConfiguration encapsulates the mergedcontext configuration declared on a test class and all of its superclassesClassorg.springframework.test.context.webSpring MVC
WebTestContextBootstrapperWeb-specific implementation of the TestContextBootstrapper SPI.Classorg.springframework.test.context.webSpring MVC
SpringJUnitWebConfig@SpringJUnitWebConfig is a composed annotation that combines@ExtendWith(SpringExtension.Classorg.springframework.test.context.junit.jupiter.webSpring MVC
SpringJUnitConfig@SpringJUnitConfig is a composed annotation that combines@ExtendWith(SpringExtension.Classorg.springframework.test.context.junit.jupiterSpring MVC
SpringExtensionClassorg.springframework.test.context.junit.jupiterSpring MVC
RunBeforeTestExecutionCallbacksRunBeforeTestExecutionCallbacks is a custom JUnit Statementwhich allows the Spring TestContext Framework to be plugged into theClassorg.springframework.test.context.junit4.statementsSpring MVC
RunAfterTestExecutionCallbacksRunAfterTestExecutionCallbacks is a custom JUnit Statementwhich allows the Spring TestContext Framework to be plugged into theClassorg.springframework.test.context.junit4.statementsSpring MVC