Package ch.njol.skript.test.utils
Class TestResults
java.lang.Object
ch.njol.skript.test.utils.TestResults
Contains test results: successes, failures and doc failure. Will be serialized with Gson
for transfering it between processes of gradle/environment and the actual spigot server.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
TestResults
-
-
Method Details
-
getSucceeded
-
getFailed
-
docsFailed
public boolean docsFailed() -
createReport
-