Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for describeChild (0.41 sec)

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

                     * @param method method under test
                     * @return a Description
                     */
                    @Override
                    protected Description describeChild(FrameworkMethod method) {
                        return Description.createTestDescription("Not a real class name", testName(method), "someSerializable");
                    }
                }
            """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 9.7K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    model.InitializationError; protected void ParentRunner(model.TestClass) throws model.InitializationError; protected model.TestClass createTestClass(Class); protected abstract java.util.List getChildren(); protected abstract org.junit.runner.Description describeChild(Object); protected abstract void runChild(Object, org.junit.runner.notification.RunNotifier); protected void collectInitializatio(java.util.List); private void applyValidators(java.util.List); protected void validatePublicVoidNo(Class, boolean,...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
Back to top