Package org.springframework.geode.util
Class GeodeAssertions
java.lang.Object
org.springframework.geode.util.GeodeAssertions
Abstract utility class containing different assertions for Apache Geode objects, such as a
GemFireCache
or Region
, and so on.- Since:
- 1.3.0
- See Also:
-
GemFireCache
Region
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
TheGeodeAssertions.AssertThat
interface
defines a contract for making assertion about a givenObject
used as thesubject
of the assert statement. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> GeodeAssertions.AssertThat<T>
assertThat
(T obj) Asserts that givenObject
upholds certain contractual obligations.static String
nullSafeTypeName
(Object obj)
-
Constructor Details
-
GeodeAssertions
public GeodeAssertions()
-
-
Method Details
-
assertThat
Asserts that givenObject
upholds certain contractual obligations. -
nullSafeTypeName
-