play.test
Class TestEngine.TestResults

java.lang.Object
  extended by play.test.TestEngine.TestResults
Enclosing class:
TestEngine

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


Field Summary
 boolean passed
           
 java.util.List<TestEngine.TestResult> results
           
 
Constructor Summary
TestEngine.TestResults()
           
 
Method Summary
 void add(TestEngine.TestResult result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

results

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

passed

public boolean passed
Constructor Detail

TestEngine.TestResults

public TestEngine.TestResults()
Method Detail

add

public void add(TestEngine.TestResult result)


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