Class Util

java.lang.Object
org.robolectric.res.android.Util

public class Util extends Object
  • Field Details

  • Constructor Details

    • Util

      public Util()
  • Method Details

    • isTruthy

      public static boolean isTruthy(int i)
    • isTruthy

      public static boolean isTruthy(Object o)
    • ALOGV

      @FormatMethod public static void ALOGV(@FormatString String message, Object... args)
    • ALOGI

      @FormatMethod public static void ALOGI(@FormatString String message, Object... args)
    • ATRACE_NAME

      public static void ATRACE_NAME(String s)
    • CHECK

      public static void CHECK(boolean b)