Class Summary |
Assert |
Alternative for org.junit.Assert, so we can assert things without having a
dependency on JUnit. |
ClassAccessor<T> |
Instantiates and populates objects of a given class. |
ConditionalInstantiator |
Allows instantiation of classes that may or may not be present on the classpath. |
ConditionalPrefabValueBuilder |
Builds prefab values for classes that may or may not be present on the
classpath. |
FieldAccessor |
Provides reflective access to one field of an object. |
FieldIterable |
Iterable to iterate over all declared fields in a class and, if needed,
over all declared fields of its superclasses. |
Formatter |
Formats a string with the contents of one or more objects. |
Instantiator<T> |
Instantiates objects of a given class. |
ObjectAccessor<T> |
Wraps an object to provide reflective access to it. |
PrefabValues |
Container and creator of prefabricated instances of objects and classes. |
StaticFieldValueStash |
|