Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getLegacyReportingName (0.28 sec)

  1. platforms/jvm/testing-junit-platform/src/main/java/org/gradle/api/internal/tasks/testing/junitplatform/JUnitPlatformTestClassProcessor.java

                    String className = classSource.getClassName();
                    return matcher.matchesTest(className, null)
                        || matcher.matchesTest(className, descriptor.getLegacyReportingName());
                }
                return true;
            }
    
            private boolean shouldRun(TestDescriptor descriptor, MethodSource methodSource) {
                String methodName = methodSource.getMethodName();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:59:04 UTC 2024
    - 13.9K bytes
    - Viewed (0)
Back to top