- Direct Known Subclasses:
- BasicJobPlanTests, JobPlanAssignedOwnerGroupUnitTest, PersonUnitTest, WODefectsTest
public class MaxUnitTestBase
extends java.lang.Object
MaxUnitTestBase is a base class for "slow" Maximo unit tests. When a Maximo Unit extends this class, you can
then run the Unit Test using Eclipse's Right Click -> Run As -> Junit Test action. All Unit Test results are
then displayed using the Eclipse Unit Test Runner.
This class starts a local isntance of MXServer to run the test, so it's not "fast" but it's faster than using
the Ant Task in unittestsuite.xml to run the test by connecting back to another MXServer instance.
NOTE: You cannot have any other MXServer instances running when you run this test, or else the test will fail.
- Author:
- sls