Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DClosingFutureTest.java155 assertClosed(closeable1); in testEventuallyClosing()
188 assertClosed(closeable1); in testEventuallyClosing_cancelledPipeline()
228 assertClosed(closeable1, closeable2); in testSubmit()
249 assertClosed(closeable1, closeable2); in testSubmit_cancelledPipeline()
267 assertClosed(closeable1, closeable2); in testSubmit_throws()
284 assertClosed(closeable1); in testAutoCloseable()
408 assertClosed(closeable1); in testCancel_caught()
415 assertClosed(closeable2); in testCancel_caught()
436 assertClosed(closeable4); in testCancel_caught()
466 assertClosed(closeable1, closeable2); in testTransform()
[all …]
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DClosingFutureTest.java155 assertClosed(closeable1); in testEventuallyClosing()
188 assertClosed(closeable1); in testEventuallyClosing_cancelledPipeline()
228 assertClosed(closeable1, closeable2); in testSubmit()
249 assertClosed(closeable1, closeable2); in testSubmit_cancelledPipeline()
267 assertClosed(closeable1, closeable2); in testSubmit_throws()
391 assertClosed(closeable1); in testCancel_caught()
398 assertClosed(closeable2); in testCancel_caught()
419 assertClosed(closeable4); in testCancel_caught()
449 assertClosed(closeable1, closeable2); in testTransform()
481 assertClosed(closeable1, closeable2, closeable3); in testTransform_cancelledPipeline()
[all …]
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DJimfsAsynchronousFileChannelTest.java107 assertClosed(channel.read(ByteBuffer.allocate(10), 0)); in testClosedChannel()
108 assertClosed(channel.write(ByteBuffer.allocate(10), 15)); in testClosedChannel()
109 assertClosed(channel.lock()); in testClosedChannel()
110 assertClosed(channel.lock(0, 10, true)); in testClosedChannel()
236 private static void assertClosed(Future<?> future) throws Throwable {
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
DMemoryOutput.java38 public void assertClosed() { in assertClosed() method in MemoryOutput
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/csv/
DCSVFormatterTest.java56 output.assertClosed(); in teardown()
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/xml/
DXMLFormatterTest.java60 output.assertClosed(); in teardown()
/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/
DOkHttpClientTransportTest.java1883 void assertClosed() { in assertClosed() method in OkHttpClientTransportTest.MockFrameReader
2060 frameReader.assertClosed(); in shutdownAndVerify()