play.test
Class TestEngine.TestResult

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

public static class TestEngine.TestResult
extends Object


Field Summary
 String error
           
 String name
           
 boolean passed
           
 String sourceCode
           
 String sourceFile
           
 String sourceInfos
           
 int sourceLine
           
 long time
           
 String trace
           
 
Constructor Summary
TestEngine.TestResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

error

public String error

passed

public boolean passed

time

public long time

trace

public String trace

sourceInfos

public String sourceInfos

sourceCode

public String sourceCode

sourceFile

public String sourceFile

sourceLine

public int sourceLine
Constructor Detail

TestEngine.TestResult

public TestEngine.TestResult()


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