Class TestBuilderDslExtension.TestFolderContext

    • Constructor Detail

      • TestFolderContext

        public TestFolderContext()
    • Method Detail

      • scanMode

        public void scanMode​(CharSequence value)
        Option defining the scan mode.
        Parameters:
        value - the value
      • recursiveScan

        public void recursiveScan​(boolean value)
        Option defining whether to scan recursively.
        Parameters:
        value - the value
      • packageConfig

        public void packageConfig​(Runnable closure)
        Option defining the package configuration.
        Parameters:
        closure - the nested Groovy closure
      • projectConfig

        public void projectConfig​(Runnable closure)
        Option defining the project configuration.
        Parameters:
        closure - the nested Groovy closure