- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for Canon (0.01 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/AnonymousClassesFilteringTest.kt
v2 = """ public class Source { public void some() { Runnable anon = new Runnable() { @Override public void run() {} }; anon.run(); } } """ ) { assertEmptyReport() } }Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 1.8K bytes - Click Count (0) -
src/test/java/jcifs/smb/SessionSetupHandlerTest.java
static Stream<Arguments> implementations() { SessionSetupHandler anon = new SessionSetupHandler() { // no methods to implement (marker interface) }; SessionSetupHandler mock = mock(SessionSetupHandler.class); return Stream.of(Arguments.of(anon), Arguments.of(mock)); } @Test @DisplayName("Class is a public interface in expected package")
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 4.3K bytes - Click Count (0)