Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for notThrown (0.07 sec)

  1. platforms/core-runtime/stdlib-java-extensions/src/test/groovy/org/gradle/internal/CastTest.groovy

            e.message == "Failed to cast object $arg of type ${arg.class.name} to target type ${Integer.name}"
    
            when:
            def result = cast(CharSequence, arg)
    
            then:
            notThrown(ClassCastException)
            result.is arg
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.1K bytes
    - Viewed (0)
Back to top