Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for doTestInstrumentation (0.15 sec)

  1. subprojects/core/src/test/groovy/org/gradle/internal/classpath/CallInterceptionFilteringTest.groovy

    import static org.gradle.internal.classpath.JavaCallerForCallInterceptionFilteringTest.doTestBytecodeUpgrade
    import static org.gradle.internal.classpath.JavaCallerForCallInterceptionFilteringTest.doTestInstrumentation
    import static org.gradle.internal.classpath.intercept.JvmBytecodeInterceptorFactoryProvider.ClassLoaderSourceJvmBytecodeInterceptorFactoryProvider
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Nov 24 13:33:59 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  2. subprojects/core/src/test/groovy/org/gradle/internal/classpath/JavaCallerForCallInterceptionFilteringTest.java

     * limitations under the License.
     */
    
    package org.gradle.internal.classpath;
    
    public class JavaCallerForCallInterceptionFilteringTest {
    
        public static void doTestInstrumentation(CallInterceptionFilteringTestReceiver receiver) {
            receiver.testInstrumentation();
        }
    
        public static void doTestBytecodeUpgrade(CallInterceptionFilteringTestReceiver receiver) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 15 17:53:39 UTC 2023
    - 1001 bytes
    - Viewed (0)
Back to top