public class TestUtils extends Object
Modifier and Type | Field and Description |
---|---|
static long |
FIVE_SECONDS |
static long |
FOUR_SECONDS |
static long |
ICE_TIMEOUT |
static long |
ONE_SECOND |
static long |
SIP_TIMEOUT |
static long |
SMALL_WAIT |
static long |
STATE_TRANSITION_TIMEOUT |
static long |
THREE_SECONDS |
static long |
TWO_SECONDS |
Constructor and Description |
---|
TestUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
blockingWait(long milliseconds) |
static boolean |
isFTL(android.content.Context context)
See
https://firebase.google.com/docs/test-lab/android/android-studio#modify_instrumented_test_behavior_for_testlab
|
public static final long ONE_SECOND
public static final long TWO_SECONDS
public static final long THREE_SECONDS
public static final long FOUR_SECONDS
public static final long FIVE_SECONDS
public static final long SMALL_WAIT
public static final long ICE_TIMEOUT
public static final long SIP_TIMEOUT
public static final long STATE_TRANSITION_TIMEOUT
public static boolean isFTL(android.content.Context context)
context
- public static void blockingWait(long milliseconds) throws InterruptedException
InterruptedException
4.4.0