Class Utils
java.lang.Object
org.tudalgo.algoutils.tutor.general.Utils
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Utils
public Utils()
-
-
Method Details
-
none
public static <T> T none() -
isJagrRun
public static boolean isJagrRun()Returnstrueif the current test is running under Jagr. Otherwise, returnsfalse.- Returns:
trueif the current test is running under Jagr. Otherwise, returnsfalse.
-