snowe
07/01/2018, 3:34 PM/**
* Used for retrieving the instance of the TestExecutor for usage outside the bounds of the DSL
*
* @sample com.tylerthrailkill.axon_kotlin.samples.SamplesTest.showRetrievingTestExecutor
*/
lateinit var testExecutor: TestExecutor
/**
* Used for retrieving the instance of the ResultValidator for usage outside the bounds of the DSL
*
* @sample com.tylerthrailkill.axon_kotlin.samples.SamplesTest.showRetrievingTestExecutor
*/
private var _resultValidator: ResultValidator? = null