Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testMyMethod (0.1 sec)

  1. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/junit/junit4/JUnit4CategoriesOrTagsCoverageIntegrationTest.groovy

                @RunWith(PowerMockRunner.class)
                @Category(FastTest.class)
                public class MyTest {
                    @Test
                    public void testMyMethod() {
                        assertTrue("This is an error", false);
                    }
                }
            """.stripIndent()
            buildFile << """
                apply plugin: 'java'
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 9.7K bytes
    - Viewed (0)
Back to top