Class ProviderConfiguration


  • public class ProviderConfiguration
    extends java.lang.Object
    Represents the surefire configuration that passes all the way into the provider classloader and the provider.
    • Field Detail

      • testSuiteDefinition

        private final TestRequest testSuiteDefinition
      • providerProperties

        private final java.util.Map<java.lang.String,​java.lang.String> providerProperties
      • failIfNoTests

        private final boolean failIfNoTests
      • readTestsFromInStream

        private final boolean readTestsFromInStream
      • skipAfterFailureCount

        private final int skipAfterFailureCount
      • shutdown

        private final Shutdown shutdown
      • systemExitTimeout

        private final java.lang.Integer systemExitTimeout
    • Method Detail

      • isFailIfNoTests

        public boolean isFailIfNoTests()
      • getBaseDir

        public java.io.File getBaseDir()
      • getIncludes

        @Deprecated
        public java.util.List getIncludes()
        Deprecated.
      • getExcludes

        @Deprecated
        public java.util.List getExcludes()
        Deprecated.
      • getTestSuiteDefinition

        public TestRequest getTestSuiteDefinition()
      • getProviderProperties

        public java.util.Map<java.lang.String,​java.lang.String> getProviderProperties()
      • isReadTestsFromInStream

        public boolean isReadTestsFromInStream()
      • getSkipAfterFailureCount

        public int getSkipAfterFailureCount()
      • getShutdown

        public Shutdown getShutdown()
      • getSystemExitTimeout

        public java.lang.Integer getSystemExitTimeout()
      • systemExitTimeout

        public long systemExitTimeout​(long fallback)