Skip navigation links
C G I M O R S W 

C

createTest() - Method in class org.chiknrice.test.SpringifiedConcordionRunner
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<?>) - Method in class org.chiknrice.test.SpringifiedConcordionRunner
Create a new TestContextManager for the supplied test class.

G

getDescription() - Method in class org.chiknrice.test.SpringifiedConcordionRunner
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.
getTestContextManager() - Method in class org.chiknrice.test.SpringifiedConcordionRunner
Get the TestContextManager associated with this runner.

I

isTestMethodIgnored(FrameworkMethod) - Method in class org.chiknrice.test.SpringifiedConcordionRunner
Return true if @Ignore is present for the supplied test method or if the test method is disabled via @IfProfileValue.

M

methodBlock(FrameworkMethod) - Method in class org.chiknrice.test.SpringifiedConcordionRunner
Similar to how SpringJUnit4ClassRunner has augmented BlockJUnit4ClassRunner except the callbacks relating to timeout and repeat because FrameworkMethods in Concordion are not possible to be annotated.

O

org.chiknrice.test - package org.chiknrice.test
 

R

run(RunNotifier) - Method in class org.chiknrice.test.SpringifiedConcordionRunner
Check whether the test is enabled in the current execution environment.
runChild(FrameworkMethod, RunNotifier) - Method in class org.chiknrice.test.SpringifiedConcordionRunner
Perform the same logic as BlockJUnit4ClassRunner.runChild(FrameworkMethod, RunNotifier), except that tests are determined to be ignored by isTestMethodIgnored(FrameworkMethod).

S

SpringifiedConcordionRunner - Class in org.chiknrice.test
An extension of ConcordionRunner which runs concordion tests in the context of a spring container.
SpringifiedConcordionRunner(Class<?>) - Constructor for class org.chiknrice.test.SpringifiedConcordionRunner
Creates a BlockJUnit4ClassRunner to run klass

W

withAfterClasses(Statement) - Method in class org.chiknrice.test.SpringifiedConcordionRunner
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) - Method in class org.chiknrice.test.SpringifiedConcordionRunner
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.
withAfterTestExecutionCallbacks(FrameworkMethod, Object, Statement) - Method in class org.chiknrice.test.SpringifiedConcordionRunner
Wrap the supplied Statement with a RunAfterTestExecutionCallbacks statement, thus preserving the default functionality while adding support for the Spring TestContext Framework.
withBeforeClasses(Statement) - Method in class org.chiknrice.test.SpringifiedConcordionRunner
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) - Method in class org.chiknrice.test.SpringifiedConcordionRunner
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.
withBeforeTestExecutionCallbacks(FrameworkMethod, Object, Statement) - Method in class org.chiknrice.test.SpringifiedConcordionRunner
Wrap the supplied Statement with a RunBeforeTestExecutionCallbacks statement, thus preserving the default functionality while adding support for the Spring TestContext Framework.
C G I M O R S W 
Skip navigation links