-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.7.0, 1.7.1, 1.7.2
-
Fix Version/s: 1.8.0
-
Component/s: Unit Testing Framework
-
Labels:None
-
Attachments:
-
Comments:2
The ServiceManager cannot yet be used in JUnit tests because the tests do not properly start it. Abstract JUnit tests should be adjusted to assure that the Kernel is started and properly configured prior to running any tests, this will allow tests to be written that actually utilize existing services instead of legacy Static Manager code.