Package org.pkl.core.runtime
Class TestResults
java.lang.Object
org.pkl.core.runtime.TestResults
Aggregate test results for a module. Used to verify test failures and generate reports.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfailed()getErr()voidnewResult(String name, TestResults.Failure failure) voidintint
-
Constructor Details
-
TestResults
-
-
Method Details
-
getModuleName
-
getDisplayUri
-
getResults
-
newResult
-
newResult
-
totalTests
public int totalTests() -
totalFailures
public int totalFailures() -
failed
public boolean failed() -
getErr
-
setErr
-