|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectplay.test.TestEngine.TestResults
public static class TestEngine.TestResults
| 字段摘要 | |
|---|---|
int |
errors
|
int |
failures
|
boolean |
passed
|
java.util.List<TestEngine.TestResult> |
results
|
int |
success
|
long |
time
|
| 构造方法摘要 | |
|---|---|
TestEngine.TestResults()
|
|
| 方法摘要 | |
|---|---|
void |
add(TestEngine.TestResult result)
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 字段详细信息 |
|---|
public java.util.List<TestEngine.TestResult> results
public boolean passed
public int success
public int errors
public int failures
public long time
| 构造方法详细信息 |
|---|
public TestEngine.TestResults()
| 方法详细信息 |
|---|
public void add(TestEngine.TestResult result)
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||