Package com.complexible.stardog.api.test
Class TestResult
- java.lang.Object
-
- com.complexible.stardog.api.test.TestResult
-
public class TestResult extends java.lang.ObjectResult of running aTest.
-
-
Constructor Summary
Constructors Constructor Description TestResult(Test test, TestResultType type)TestResult(Test test, TestResultType type, java.lang.String msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringmessage()Testtest()java.lang.StringtoString()TestResultTypetype()
-
-
-
Constructor Detail
-
TestResult
public TestResult(Test test, TestResultType type)
-
TestResult
public TestResult(Test test, TestResultType type, java.lang.String msg)
-
-
Method Detail
-
test
public Test test()
-
type
public TestResultType type()
-
message
public java.lang.String message()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-