org.jboss.osgi.husky.runtime.junit
Class JUnitResponse
java.lang.Object
org.jboss.osgi.husky.internal.BasicResponse
org.jboss.osgi.husky.runtime.junit.JUnitResponse
- All Implemented Interfaces:
- Serializable, Response
public class JUnitResponse
- extends org.jboss.osgi.husky.internal.BasicResponse
A Response implementation that can be constructed
from a JUnit4 Result.
- Since:
- 16-May-2009
- Author:
- Thomas.Diesler@jboss.com
- See Also:
- Serialized Form
|
Constructor Summary |
JUnitResponse(org.junit.runner.Result result)
|
| Methods inherited from class org.jboss.osgi.husky.internal.BasicResponse |
addFailure, getFailures, toString |
JUnitResponse
public JUnitResponse(org.junit.runner.Result result)
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.