public class BundleAssert
extends <any>
Bundle instances.| Constructor and Description |
|---|
BundleAssert(android.os.Bundle actual) |
| Modifier and Type | Method and Description |
|---|---|
BundleAssert |
hasKey(java.lang.String key) |
BundleAssert |
hasSize(int size) |
BundleAssert |
isEmpty() |
BundleAssert |
isNotEmpty() |
public BundleAssert hasKey(java.lang.String key)
public BundleAssert isEmpty()
public BundleAssert isNotEmpty()
public BundleAssert hasSize(int size)