java.lang.Object
org.tudalgo.algoutils.tutor.general.Utils

public class Utils extends Object
  • Constructor Details

    • Utils

      public Utils()
  • Method Details

    • none

      public static <T> T none()
    • isJagrRun

      public static boolean isJagrRun()
      Returns true if the current test is running under Jagr. Otherwise, returns false.
      Returns:
      true if the current test is running under Jagr. Otherwise, returns false.