- APPLICATION_ID - Static variable in class com.twofortyfouram.assertion.BuildConfig
-
- assertCursorOpen(Cursor) - Static method in class com.twofortyfouram.assertion.CursorAssertions
-
Checks the cursor is open.
- assertCursorPositionValid(Cursor) - Static method in class com.twofortyfouram.assertion.CursorAssertions
-
Checks the cursor is at a valid position for reading data.
- assertHasBoolean(Bundle, String) - Static method in class com.twofortyfouram.assertion.BundleAssertions
-
Asserts bundle contains a value of the correct type for requiredKey.
- assertHasByteArray(Bundle, String) - Static method in class com.twofortyfouram.assertion.BundleAssertions
-
Asserts bundle contains a value of the correct type for requiredKey.
- assertHasInt(Bundle, String) - Static method in class com.twofortyfouram.assertion.BundleAssertions
-
Asserts bundle contains a value of the correct type for requiredKey.
- assertHasInt(Bundle, String, int, int) - Static method in class com.twofortyfouram.assertion.BundleAssertions
-
Asserts bundle contains a value of the correct type for requiredKey.
- assertHasKey(Bundle, String) - Static method in class com.twofortyfouram.assertion.BundleAssertions
-
Asserts bundle contains a mapping for requiredKey.
- assertHasKey(PersistableBundle, String) - Static method in class com.twofortyfouram.assertion.BundleAssertions
-
Asserts bundle contains a mapping for requiredKey.
- assertHasLong(Bundle, String) - Static method in class com.twofortyfouram.assertion.BundleAssertions
-
Asserts bundle contains a value of the correct type for requiredKey.
- assertHasLong(Bundle, String, long, long) - Static method in class com.twofortyfouram.assertion.BundleAssertions
-
Asserts bundle contains a value of the correct type for requiredKey.
- assertHasParcelable(Bundle, String, Class<? extends Parcelable>) - Static method in class com.twofortyfouram.assertion.BundleAssertions
-
Asserts bundle contains a value of the correct type for requiredKey.
- assertHasString(Bundle, String) - Static method in class com.twofortyfouram.assertion.BundleAssertions
-
Asserts bundle contains a value of the correct type for requiredKey.
- assertHasString(Bundle, String, String...) - Static method in class com.twofortyfouram.assertion.BundleAssertions
-
Asserts bundle contains a value of the correct type for requiredKey.
- assertHasString(Bundle, String, boolean, boolean) - Static method in class com.twofortyfouram.assertion.BundleAssertions
-
Asserts bundle contains a value of the correct type for requiredKey.
- assertHasStringArray(Bundle, String) - Static method in class com.twofortyfouram.assertion.BundleAssertions
-
Asserts bundle contains a value of the correct type for requiredKey.
- assertInRangeInclusive(int, int, int, String) - Static method in class com.twofortyfouram.assertion.Assertions
-
- assertInRangeInclusive(long, long, long, String) - Static method in class com.twofortyfouram.assertion.Assertions
-
- assertInRangeInclusive(float, float, float, String) - Static method in class com.twofortyfouram.assertion.Assertions
-
- assertInRangeInclusive(double, double, double, String) - Static method in class com.twofortyfouram.assertion.Assertions
-
- assertInSet(Object, Object...) - Static method in class com.twofortyfouram.assertion.Assertions
-
- Assertions - Class in com.twofortyfouram.assertion
-
Runtime assertions.
- assertIsMainThread() - Static method in class com.twofortyfouram.assertion.Assertions
-
- assertIsNotMainThread() - Static method in class com.twofortyfouram.assertion.Assertions
-
- assertKeyCount(Bundle, int) - Static method in class com.twofortyfouram.assertion.BundleAssertions
-
Asserts bundle contains exactly count keys.
- assertKeyCount(PersistableBundle, int) - Static method in class com.twofortyfouram.assertion.BundleAssertions
-
Asserts bundle contains exactly count keys.
- assertNoNullElements(Object[], String) - Static method in class com.twofortyfouram.assertion.Assertions
-
- assertNoNullElements(Collection<?>, String) - Static method in class com.twofortyfouram.assertion.Assertions
-
- assertNoNullElements(Map<?, ?>, String) - Static method in class com.twofortyfouram.assertion.Assertions
-
- assertNotEmpty(String, String) - Static method in class com.twofortyfouram.assertion.Assertions
-
- assertNotEmpty(Collection<?>, String) - Static method in class com.twofortyfouram.assertion.Assertions
-
- assertNotEmpty(Map<?, ?>, String) - Static method in class com.twofortyfouram.assertion.Assertions
-
- assertNotNull(T, String) - Static method in class com.twofortyfouram.assertion.Assertions
-
- assertSerializable(Bundle) - Static method in class com.twofortyfouram.assertion.BundleAssertions
-
Asserts whether that a Bundle does not contain private Serializable classes.