``` /** * Used for retrieving the instance...
# dokka
s
Copy code
/**
     * 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