Currently we have different way to execute different combination of testing with even, but the -DPHASED.TESTS.PHASE parameter is mandatory to being able to execute non interrutive event.
For exemple we can have for now the mode 23 (-DPHASED.TESTS.PHASE='NON_INTERRUPTIVE(23)') to be sure that
the event is finished before calling the test method.
We have also the mode 33 (-DPHASED.TESTS.PHASE='NON_INTERRUPTIVE(33)') to call in the same time the event and the test
method to allow a completely different scenarion.
Improvement request
We need probably to have a default mode, to being able to trigger test method with even without this parameter.
I think the NON_INTERRUPTIVE(23) should be a good candidate for a default mode, given it's in this mode we have better chance
to reproduce the same exactly STR in case of reexecution of test.
Expected Behaviour
Currently we have different way to execute different combination of testing with even, but the -DPHASED.TESTS.PHASE parameter is mandatory to being able to execute non interrutive event.
For exemple we can have for now the mode 23 (-DPHASED.TESTS.PHASE='NON_INTERRUPTIVE(23)') to be sure that the event is finished before calling the test method.
We have also the mode 33 (-DPHASED.TESTS.PHASE='NON_INTERRUPTIVE(33)') to call in the same time the event and the test method to allow a completely different scenarion.
Improvement request
We need probably to have a default mode, to being able to trigger test method with even without this parameter.
I think the NON_INTERRUPTIVE(23) should be a good candidate for a default mode, given it's in this mode we have better chance to reproduce the same exactly STR in case of reexecution of test.