Description
Story
In order to write and run my intergration tests in my TestNG environment
As a developer
I want support for TestNG inspired by the ApplicationComposer jUnit runner.
Rationale:
ApplicationComposer is purely jUnit based solution. The test validation and container bootstrapping code can be abstracted (made independent of the test framework) so that two adapters can be introduced: jUnit and TestNG.