Class AbstractPathConfiguration

    • Field Detail

      • CHILD_DELEGATION

        public static final java.lang.String CHILD_DELEGATION
        See Also:
        Constant Field Values
      • ENABLE_ASSERTIONS

        public static final java.lang.String ENABLE_ASSERTIONS
        See Also:
        Constant Field Values
      • SUREFIRE_CLASSPATH

        public static final java.lang.String SUREFIRE_CLASSPATH
        See Also:
        Constant Field Values
      • surefireClasspathUrls

        private final Classpath surefireClasspathUrls
      • enableAssertions

        private final boolean enableAssertions
        Whether to enable assertions or not (can be affected by the fork arguments, and the ability to do so based on the JVM).
      • childDelegation

        private final boolean childDelegation
    • Constructor Detail

      • AbstractPathConfiguration

        protected AbstractPathConfiguration​(@Nonnull
                                            Classpath surefireClasspathUrls,
                                            boolean enableAssertions,
                                            boolean childDelegation)