play.test
类 TestEngine.TestResults

java.lang.Object
  继承者 play.test.TestEngine.TestResults
包容类:
TestEngine

public static class TestEngine.TestResults
extends java.lang.Object


字段摘要
 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
 

字段详细信息

results

public java.util.List<TestEngine.TestResult> results

passed

public boolean passed

success

public int success

errors

public int errors

failures

public int failures

time

public long time
构造方法详细信息

TestEngine.TestResults

public TestEngine.TestResults()
方法详细信息

add

public void add(TestEngine.TestResult result)


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly