public class AutomatedFunctionalTestRunner extends org.junit.runners.BlockJUnit4ClassRunner
AutomatedFunctionalTestBase.| Constructor and Description |
|---|
AutomatedFunctionalTestRunner(Class<?> type)
AutomatedFunctionalTestRunner constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.junit.runners.model.Statement |
methodInvoker(org.junit.runners.model.FrameworkMethod method,
Object test)
Test methods ending with Bookmark will have
AutomatedFunctionalTestBase.enableBookmarkMode() called,
test methods ending with Nav will have AutomatedFunctionalTestBase.enableNavigationMode() called. |
collectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, getTestRules, methodBlock, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutpublic AutomatedFunctionalTestRunner(Class<?> type) throws org.junit.runners.model.InitializationError
type - org.junit.runners.model.InitializationErrorprotected org.junit.runners.model.Statement methodInvoker(org.junit.runners.model.FrameworkMethod method, Object test)
AutomatedFunctionalTestBase.enableBookmarkMode() called,
test methods ending with Nav will have AutomatedFunctionalTestBase.enableNavigationMode() called.methodInvoker in class org.junit.runners.BlockJUnit4ClassRunnermethod - test method to check for ending in Bookmark or Navtest - which extends AutomatedFunctionalTestBaseBlockJUnit4ClassRunner.methodInvoker(org.junit.runners.model.FrameworkMethod, java.lang.Object)Copyright © 2005–2014 The Kuali Foundation. All rights reserved.