Home
last modified time | relevance | path

Searched refs:testMSChannelnotnull (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/channels/
DOldSocketChannelTest.java114 MockSocketChannel testMSChannelnotnull = new MockSocketChannel( in testOpen() local
121 assertNotNull(testMSChannelnotnull.provider()); in testOpen()
122 assertEquals(this.channel1.provider(), testMSChannelnotnull.provider()); in testOpen()