public abstract class ForgeRockTestCase extends Object
This class adds the ability to print error messages and automatically have them include the class name.
Constructor and Description |
---|
ForgeRockTestCase() |
Modifier and Type | Method and Description |
---|---|
void |
clearSuccessfulTestParams()
Null out all test parameters except the ones used in failed tests since
we might need these again.
|
void |
nullMemberVariablesAfterTest()
The member variables of a test class can prevent lots of memory from
being reclaimed, so we use reflection to null out all of the member
variables after the tests have run.
|
@AfterClass(alwaysRun=true) public final void clearSuccessfulTestParams()
@AfterClass(alwaysRun=true) public final void nullMemberVariablesAfterTest()
Copyright © 2025 Open Identity Platform Community. All rights reserved.