Uses of Interface
org.jboss.osgi.husky.Failure

Packages that use Failure
org.jboss.osgi.husky The Husky Test Harness main package see Bridge for details. 
org.jboss.osgi.husky.runtime.junit JUnit specific implementations 
 

Uses of Failure in org.jboss.osgi.husky
 

Methods in org.jboss.osgi.husky that return types with arguments of type Failure
 java.util.List<Failure> Response.getFailures()
          Get the list of test failures
 

Methods in org.jboss.osgi.husky with parameters of type Failure
 void Response.addFailure(Failure failure)
          Add a failure to the response
 

Uses of Failure in org.jboss.osgi.husky.runtime.junit
 

Classes in org.jboss.osgi.husky.runtime.junit that implement Failure
 class JUnitFailure
          A Failure implementation that can be constructed from a JUnit4 Failure.
 



Copyright © 2009. All Rights Reserved.