Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for categoriesSample (0.12 sec)

  1. platforms/documentation/samples/src/integTest/groovy/org/gradle/integtests/samples/SamplesJUnitIntegrationTest.groovy

        @Rule
        public final Sample sample = new Sample(testDirectoryProvider, 'testing/junit-categories')
    
        @Before
        void setup() {
            executer.withRepositoryMirrors()
        }
    
        @Test
        void categoriesSample() {
            TestFile projectDir = sample.dir.file("groovy")
    
            // Build and test projects
            executer.inDirectory(projectDir).withTasks('clean', 'build').run()
    
            // Check tests have run
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.6K bytes
    - Viewed (0)
Back to top