Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FooCallerClass (0.14 sec)

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

            noExceptionThrown()
        }
    
        def 'entry points are not interchangeable even if produced by similar calls'() {
            given:
            def entryFoo1 = instance.enterCall("FooCallerClass", "foo", INVOKE_METHOD)
            def entryFoo2 = instance.enterCall("FooCallerClass", "foo", INVOKE_METHOD)
    
            when:
            instance.leaveCall(entryFoo1)
    
            then:
            thrown(IllegalStateException)
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jul 24 15:57:59 UTC 2023
    - 4.8K bytes
    - Viewed (0)
Back to top