Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestOperationCollector (0.37 sec)

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r68/CompositeBuildTaskExecutionCrossVersionSpec.groovy

                    @Test
                    public void myTestMethod() {
                        assertTrue(true);
                    }
                }
            """
    
            TestOperationCollector collector = new TestOperationCollector()
            withConnection { connection ->
                def build = connection.newBuild()
                build.addProgressListener(collector)
                build.forTasks(":other-build:sub:test").run()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 15.5K bytes
    - Viewed (0)
Back to top