HomeSort by relevance Sort by last modified time
    Searched full:testmschnlnotnull (Results 1 - 1 of 1) sorted by null

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
ServerSocketChannelTest.java 100 MockServerSocketChannel testMSChnlnotnull = new MockServerSocketChannel(
102 assertEquals(SelectionKey.OP_ACCEPT, testMSChnlnotnull.validOps());
104 assertNotNull(testMSChnlnotnull.provider());
106 assertEquals(testMSChnlnotnull.provider(), this.serverChannel

Completed in 454 milliseconds