Class ShadowTime

java.lang.Object
org.robolectric.shadows.ShadowTime

@Implements(android.text.format.Time.class) public class ShadowTime extends Object
  • Constructor Details

    • ShadowTime

      public ShadowTime()
  • Method Details

    • getChar

      @Implementation protected static int getChar(String s, int spos, int mul)
    • checkChar

      @Implementation protected void checkChar(String s, int spos, char expected)