Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
core-1.4.0
-
None
Description
1. Allow services to be appended to in IntegSystemForTest.Builder
... thereby allowing this class to be extended/inherited from.
... useful for building related suites of integration tests together that share a common base definition of the "system under test"
2. auto-inject services into integration tests, if annotated using @Inject etc.
... remove boilerplate from setup.