public class MockitoFeature extends SimpleFeature
| Constructor and Description | 
|---|
MockitoFeature()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
afterRun(FeaturesRunner runner)
After tests were run. 
 | 
void | 
start(FeaturesRunner runner)
Features are initialized. 
 | 
void | 
stop(FeaturesRunner runner)
Before exiting the test. 
 | 
void | 
testCreated(Object test)
Notification that a test instance was created. 
 | 
afterMethodRun, afterTeardown, beforeMethodRun, beforeRun, beforeSetup, configure, initializepublic void start(FeaturesRunner runner) throws Exception
RunnerFeaturestart in interface RunnerFeaturestart in class SimpleFeatureExceptionpublic void testCreated(Object test) throws Exception
RunnerFeaturetestCreated in interface RunnerFeaturetestCreated in class SimpleFeatureExceptionpublic void afterRun(FeaturesRunner runner) throws Exception
RunnerFeatureafterRun in interface RunnerFeatureafterRun in class SimpleFeatureExceptionpublic void stop(FeaturesRunner runner) throws Exception
RunnerFeaturestop in interface RunnerFeaturestop in class SimpleFeatureExceptionCopyright © 2015 Nuxeo SA. All rights reserved.