Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for findTestClassIdentifier (0.18 sec)

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

            Optional<MethodSource> methodSource = getMethodSource(node);
            if (methodSource.isPresent()) {
                TestIdentifier classIdentifier = findTestClassIdentifier(node);
                String className = className(classIdentifier);
                return new DefaultParameterizedTestDescriptor(idGenerator.generateId(), node.getLegacyReportingName(), className, displayName, candidateId);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 06:58:25 UTC 2024
    - 15K bytes
    - Viewed (1)
Back to top