Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for desiredAssertionStatus (0.16 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/GradleContextualExecuter.java

            this.executerType = getSystemPropertyExecuter();
        }
    
        @Override
        protected GradleExecuter configureExecuter() {
            if (!getClass().desiredAssertionStatus()) {
                throw new RuntimeException("Assertions must be enabled when running integration tests.");
            }
    
            if (gradleExecuter == null) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 18:06:31 UTC 2024
    - 7.2K bytes
    - Viewed (0)
Back to top