public class UnitResult
extends java.lang.Object
| Constructor and Description | 
|---|
UnitResult(java.lang.String className,
          java.lang.String displayName,
          java.lang.String stackTrace,
          float duration,
          int failCount,
          int skipCount,
          int passCount)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getHarbormasterResult()  | 
net.sf.json.JSONObject | 
toHarbormaster()  |