跳过导航链接
A B C D F G I M P R S T U W 

A

afterInit() - 类 中的方法com.unitils.boot.SpringBootModule
No after initialization needed for this module
afterPropertiesSet() - 类 中的方法com.unitils.boot.autoconfigure.ConfigurableApplicationContextAware
 
afterTestTearDown(Object, Method) - 类 中的方法com.unitils.boot.SpringBootModule.SpringTestListener
 

B

beforeTestSetUp(Object, Method) - 类 中的方法com.unitils.boot.SpringBootModule.SpringTestListener
 

C

classBlock(RunNotifier) - 类 中的方法com.unitils.boot.util.UnitilsBootBlockJUnit4ClassRunner
 
closeApplicationContextIfNeeded(Object) - 类 中的方法com.unitils.boot.SpringBootModule
 
com.unitils.boot - 程序包 com.unitils.boot
 
com.unitils.boot.autoconfigure - 程序包 com.unitils.boot.autoconfigure
 
com.unitils.boot.util - 程序包 com.unitils.boot.util
 
com.unitils.boot.xls - 程序包 com.unitils.boot.xls
 
ConfigurableApplicationContextAware - com.unitils.boot.autoconfigure中的类
 
ConfigurableApplicationContextAware() - 类 的构造器com.unitils.boot.autoconfigure.ConfigurableApplicationContextAware
 
createApplicationContext(List<String>) - 类 中的方法com.unitils.boot.util.SpringBootApplicationContextFactory
 
createDataSet(File...) - 类 中的方法com.unitils.boot.xls.MultiSchemaXlsDataSetFactory
 
createTest() - 类 中的方法com.unitils.boot.util.UnitilsBootBlockJUnit4ClassRunner
Delegate to the parent implementation for creating the test instance and then allow the TestContextManager to prepare the test instance before returning it.
createTestContextManager(Class<?>) - 类 中的方法com.unitils.boot.util.UnitilsBootBlockJUnit4ClassRunner
Create a new TestContextManager for the supplied test class.

D

DataSourcePostProcessor - com.unitils.boot.autoconfigure中的类
 
DataSourcePostProcessor() - 类 的构造器com.unitils.boot.autoconfigure.DataSourcePostProcessor
 
defaultSchemaName - 类 中的变量com.unitils.boot.xls.MultiSchemaXlsDataSetFactory
 

F

findLoadTime(Class<?>) - 类 中的方法com.unitils.boot.SpringBootModule
 

G

getApplicationContext(Object) - 类 中的方法com.unitils.boot.SpringBootModule
Gets the application context for this test.
getDatabaseModule() - 类 中的方法com.unitils.boot.SpringBootModule
 
getDataSetFileExtension() - 类 中的方法com.unitils.boot.xls.MultiSchemaXlsDataSetFactory
 
getDescription() - 类 中的方法com.unitils.boot.util.UnitilsBootBlockJUnit4ClassRunner
Return a description suitable for an ignored test class if the test is disabled via @IfProfileValue at the class-level, and otherwise delegate to the parent implementation.
getExpectedException(FrameworkMethod) - 类 中的方法com.unitils.boot.util.UnitilsBootBlockJUnit4ClassRunner
Get the exception that the supplied test method is expected to throw.
getSpringBean(Object, String) - 类 中的方法com.unitils.boot.SpringBootModule
Gets the org.unitils.spring model with the given name.
getSpringBeanByType(Object, Class<T>) - 类 中的方法com.unitils.boot.SpringBootModule
Gets the org.unitils.spring model with the given type.
getTestContextManager() - 类 中的方法com.unitils.boot.util.UnitilsBootBlockJUnit4ClassRunner
Get the TestContextManager associated with this runner.
getTestListener() - 类 中的方法com.unitils.boot.SpringBootModule
 
getUnitilsTestListener() - 类 中的方法com.unitils.boot.util.UnitilsBootBlockJUnit4ClassRunner
 

I

init(Properties) - 类 中的方法com.unitils.boot.SpringBootModule
Initializes this module using the given configuration
init(Properties, String) - 类 中的方法com.unitils.boot.xls.MultiSchemaXlsDataSetFactory
 
initialize(Object) - 类 中的方法com.unitils.boot.SpringBootModule
 
injectApplicationContext(Object) - 类 中的方法com.unitils.boot.SpringBootModule
Gets the application context for this class and sets it on the fields and setter methods that are annotated with SpringApplicationContext.
injectSpringBeans(Object) - 类 中的方法com.unitils.boot.SpringBootModule
Injects org.unitils.spring beans into all fields that are annotated with SpringBean.
injectSpringBeansByName(Object) - 类 中的方法com.unitils.boot.SpringBootModule
Injects org.unitils.spring beans into all fields that are annotated with SpringBeanByName.
injectSpringBeansByType(Object) - 类 中的方法com.unitils.boot.SpringBootModule
Injects org.unitils.spring beans into all fields methods that are annotated with SpringBeanByType.
invalidateApplicationContext(Class<?>...) - 类 中的方法com.unitils.boot.SpringBootModule
Forces the reloading of the application context the next time that it is requested.
isApplicationContextConfiguredFor(Object) - 类 中的方法com.unitils.boot.SpringBootModule
 
isDatabaseModuleEnabled() - 类 中的方法com.unitils.boot.SpringBootModule
 
isTestMethodIgnored(FrameworkMethod) - 类 中的方法com.unitils.boot.util.UnitilsBootBlockJUnit4ClassRunner
Return true if @Ignore is present for the supplied test method or if the test method is disabled via @IfProfileValue.

M

methodBlock(FrameworkMethod) - 类 中的方法com.unitils.boot.util.UnitilsBootBlockJUnit4ClassRunner
Augment the default JUnit behavior with potential repeats of the entire execution chain.
methodInvoker(FrameworkMethod, Object) - 类 中的方法com.unitils.boot.util.UnitilsBootBlockJUnit4ClassRunner
 
MultiSchemaXlsDataSetFactory - com.unitils.boot.xls中的类
 
MultiSchemaXlsDataSetFactory() - 类 的构造器com.unitils.boot.xls.MultiSchemaXlsDataSetFactory
 
MultiSchemaXlsDataSetReader - com.unitils.boot.xls中的类
 
MultiSchemaXlsDataSetReader(String) - 类 的构造器com.unitils.boot.xls.MultiSchemaXlsDataSetReader
 

P

possiblyExpectingExceptions(FrameworkMethod, Object, Statement) - 类 中的方法com.unitils.boot.util.UnitilsBootBlockJUnit4ClassRunner
Perform the same logic as BlockJUnit4ClassRunner.possiblyExpectingExceptions(FrameworkMethod, Object, Statement) except that the expected exception is retrieved using UnitilsBootBlockJUnit4ClassRunner.getExpectedException(FrameworkMethod).
postProcessAfterInitialization(Object, String) - 类 中的方法com.unitils.boot.autoconfigure.DataSourcePostProcessor
 
postProcessBeforeInitialization(Object, String) - 类 中的方法com.unitils.boot.autoconfigure.DataSourcePostProcessor
 
PROPKEY_APPLICATION_CONTEXT_FACTORY_CLASS_NAME - 类 中的静态变量com.unitils.boot.SpringBootModule
 

R

readDataSetXls(File...) - 类 中的方法com.unitils.boot.xls.MultiSchemaXlsDataSetReader
 
run(RunNotifier) - 类 中的方法com.unitils.boot.util.UnitilsBootBlockJUnit4ClassRunner
Check whether the test is enabled in the current execution environment.
runChild(FrameworkMethod, RunNotifier) - 类 中的方法com.unitils.boot.util.UnitilsBootBlockJUnit4ClassRunner
Perform the same logic as BlockJUnit4ClassRunner.runChild(FrameworkMethod, RunNotifier), except that tests are determined to be ignored by UnitilsBootBlockJUnit4ClassRunner.isTestMethodIgnored(FrameworkMethod).

S

setApplicationContext(ApplicationContext) - 类 中的静态方法com.unitils.boot.SpringBootModule
 
setConfigurableApplicationContext(ConfigurableApplicationContext) - 类 中的静态方法com.unitils.boot.util.SpringBootApplicationContextFactory
 
SpringBootApplicationContextFactory - com.unitils.boot.util中的类
 
SpringBootApplicationContextFactory() - 类 的构造器com.unitils.boot.util.SpringBootApplicationContextFactory
 
SpringBootModule - com.unitils.boot中的类
 
SpringBootModule() - 类 的构造器com.unitils.boot.SpringBootModule
 
SpringBootModule.SpringTestListener - com.unitils.boot中的类
The TestListener for this module
SpringTestListener() - 类 的构造器com.unitils.boot.SpringBootModule.SpringTestListener
 

T

test - 类 中的变量com.unitils.boot.util.UnitilsBootBlockJUnit4ClassRunner
 

U

UnitilsBootBlockJUnit4ClassRunner - com.unitils.boot.util中的类
 
UnitilsBootBlockJUnit4ClassRunner(Class<?>) - 类 的构造器com.unitils.boot.util.UnitilsBootBlockJUnit4ClassRunner
Construct a new UnitilsBootBlockJUnit4ClassRunner and initialize a TestContextManager to provide Spring testing functionality to standard JUnit tests.
unitilsTestListener - 类 中的变量com.unitils.boot.util.UnitilsBootBlockJUnit4ClassRunner
 

W

withAfterClasses(Statement) - 类 中的方法com.unitils.boot.util.UnitilsBootBlockJUnit4ClassRunner
Wrap the Statement returned by the parent implementation with a RunAfterTestClassCallbacks statement, thus preserving the default JUnit functionality while adding support for the Spring TestContext Framework.
withAfters(FrameworkMethod, Object, Statement) - 类 中的方法com.unitils.boot.util.UnitilsBootBlockJUnit4ClassRunner
Wrap the Statement returned by the parent implementation with a RunAfterTestMethodCallbacks statement, thus preserving the default functionality while adding support for the Spring TestContext Framework.
withBeforeClasses(Statement) - 类 中的方法com.unitils.boot.util.UnitilsBootBlockJUnit4ClassRunner
Wrap the Statement returned by the parent implementation with a RunBeforeTestClassCallbacks statement, thus preserving the default JUnit functionality while adding support for the Spring TestContext Framework.
withBefores(FrameworkMethod, Object, Statement) - 类 中的方法com.unitils.boot.util.UnitilsBootBlockJUnit4ClassRunner
Wrap the Statement returned by the parent implementation with a RunBeforeTestMethodCallbacks statement, thus preserving the default functionality while adding support for the Spring TestContext Framework.
withPotentialRepeat(FrameworkMethod, Object, Statement) - 类 中的方法com.unitils.boot.util.UnitilsBootBlockJUnit4ClassRunner
Wrap the supplied Statement with a SpringRepeat statement.
A B C D F G I M P R S T U W 
跳过导航链接

Copyright © 2018. All rights reserved.