Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for matchesTest (0.09 sec)

  1. platforms/jvm/testing-jvm-infrastructure/src/main/java/org/gradle/api/internal/tasks/testing/junit/JUnitTestClassExecutor.java

                // matches the filter, run the entire suite instead of filtering away its contents.
                if (!runner.getDescription().isSuite() || !matcher.matchesTest(testClassName, null)) {
                    filters.add(new MethodNameFilter(matcher));
                }
            }
    
            if (runner instanceof Filterable) {
                Filterable filterable = (Filterable) runner;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 7.4K bytes
    - Viewed (0)
Back to top