Constants |
Some useful constants.
|
IdentityHashSet<KType> |
An identity hash set implemented using open addressing.
|
MurmurHash3 |
Hash routines for primitive types.
|
NoClassHooksShadowingRule |
Don't allow BeforeClass and AfterClass hook shadowing as it is most
likely a user error.
|
NoInstanceHooksOverridesRule |
Don't allow Before and After hook overrides as it is most
likely a user error and will result in superclass methods not being called
(requires manual chaining).
|
NoShadowingOrOverridesOnMethodsRule |
Discovers shadowing or override relationships among methods annotated with any of the
provided annotations.
|
RamUsageEstimator |
Estimates the size (memory representation) of Java objects.
|
RamUsageEstimator.ClassCache |
Cached information about a given class.
|
RamUsageEstimator.DummyOneFieldObject |
|
RamUsageEstimator.DummyTwoLongObject |
|
RequireAssertionsRule |
Require assertions TestRule .
|
StatementAdapter |
|
StaticFieldsInvariantRule |
A TestRule that ensures static, reference fields of the suite class
(and optionally its superclasses) are cleaned up after a suite is completed.
|
StaticFieldsInvariantRule.Entry |
|
SystemPropertiesInvariantRule |
A TestRule that ensures system properties remain unmodified by the nested
Statement .
|
SystemPropertiesRestoreRule |
A TestRule which restores system properties from before the nested
Statement .
|
TestRuleAdapter |
|