Class AbstractTestBuilderDslExtension.AbstractTestContext

    • Field Detail

      • testConfig

        protected TestConfig testConfig
        The test configuration settings.
      • executionConfig

        protected ExecutionConfig executionConfig
        The test execution settings.
    • Constructor Detail

      • AbstractTestContext

        public AbstractTestContext()
    • Method Detail

      • testConfig

        public void testConfig​(Runnable closure)
        Option defining the test configuration.
        Parameters:
        closure - the nested Groovy closure
      • executionConfig

        public void executionConfig​(Runnable closure)
        Option defining the test execution configuration.
        Parameters:
        closure - the nested Groovy closure