- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testInterface (0.05 seconds)
-
src/test/java/org/codelibs/core/lang/ClassIteratorTest.java
assertThat(it.hasNext(), is(not(true))); } /** * @throws Exception */ @Test(expected = ClIllegalArgumentException.class) public void testInterface() throws Exception { new ClassIterator(Iterable.class); }Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Sat May 10 01:32:17 GMT 2025 - 2.1K bytes - Click Count (0) -
src/test/java/jcifs/dcerpc/DcerpcBindingTest.java
} } @Test void testAddInterfaceAndUseIt() throws DcerpcException { String newInterfaceName = "testinterface"; String newInterfaceSyntax = "11111111-2222-3333-4444-555555555555:1.0"; String newEndpoint = "\\pipe\\" + newInterfaceName; DcerpcBinding.addInterface(newInterfaceName, newInterfaceSyntax);Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 8.5K bytes - Click Count (0)