public abstract class GeodeAssertions
extends java.lang.Object
GemFireCache
or Region, and so on.GemFireCache,
Region| Modifier and Type | Class and Description |
|---|---|
static interface |
GeodeAssertions.AssertThat<T>
The
GeodeAssertions.AssertThat interface defines a contract for making assertion about
a given Object used as the subject of the assert statement. |
| Constructor and Description |
|---|
GeodeAssertions() |
| Modifier and Type | Method and Description |
|---|---|
static <T> GeodeAssertions.AssertThat<T> |
assertThat(T obj)
Asserts that given
Object upholds certain contractual obligations. |
static java.lang.String |
nullSafeTypeName(java.lang.Object obj) |
public static <T> GeodeAssertions.AssertThat<T> assertThat(T obj)
Object upholds certain contractual obligations.T - type of the given Object.obj - Object being evaluated in the assertion.GeodeAssertions.AssertThat using the given Object
as the subject of the assertion.Object,
GeodeAssertions.AssertThatpublic static java.lang.String nullSafeTypeName(java.lang.Object obj)