Uses of Class
com.mycila.testing.core.api.TestPluginException

Packages that use TestPluginException
com.mycila.testing.core.api   
 

Uses of TestPluginException in com.mycila.testing.core.api
 

Methods in com.mycila.testing.core.api that throw TestPluginException
 void TestNotifier.fireAfterClass()
          Fires an event telling plugins that all tests of this class have ended
 void TestNotifier.fireAfterTest()
          Must be fired after the execution of a test method, even if the test method was skipped because if a return of false of the beforeTest method.
 void TestNotifier.fireBeforeTest(Method method)
          Fires a before test exection event to all plugins
<T> T
Attributes.get(String name)
          Get an attribute from this context
 void TestNotifier.prepare()
          Ask for a test preparation
 



Copyright © 2008-2011 Mycila. All Rights Reserved.