Package com.complexible.stardog.api.test
Class TestResult
- java.lang.Object
-
- com.complexible.stardog.api.test.TestResult
-
public class TestResult extends java.lang.Object
Result 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.String
message()
Test
test()
java.lang.String
toString()
TestResultType
type()
-
-
-
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:
toString
in classjava.lang.Object
-
-