play.test
类 TestEngine.TestResult

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

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


字段摘要
 java.lang.String error
           
 java.lang.String name
           
 boolean passed
           
 java.lang.String sourceCode
           
 java.lang.String sourceFile
           
 java.lang.String sourceInfos
           
 int sourceLine
           
 long time
           
 java.lang.String trace
           
 
构造方法摘要
TestEngine.TestResult()
           
 
方法摘要
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

name

public java.lang.String name

error

public java.lang.String error

passed

public boolean passed

time

public long time

trace

public java.lang.String trace

sourceInfos

public java.lang.String sourceInfos

sourceCode

public java.lang.String sourceCode

sourceFile

public java.lang.String sourceFile

sourceLine

public int sourceLine
构造方法详细信息

TestEngine.TestResult

public TestEngine.TestResult()


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