Interface OutputStreamDelegateTests.CloseTests
-
- All Superinterfaces:
OutputStreamDelegateTests
- Enclosing interface:
- OutputStreamDelegateTests
@DisplayName("close()") public static interface OutputStreamDelegateTests.CloseTests extends OutputStreamDelegateTests
Contains tests forOutputStream.close()
.- Author:
- Rob Spoor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.github.robtimus.junit.support.test.io.OutputStreamDelegateTests
OutputStreamDelegateTests.CloseTests, OutputStreamDelegateTests.FlushTests, OutputStreamDelegateTests.WriteByteArrayPortionTests, OutputStreamDelegateTests.WriteByteArrayTests, OutputStreamDelegateTests.WriteByteTests
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
testCloseDelegates()
-
Methods inherited from interface com.github.robtimus.junit.support.test.io.OutputStreamDelegateTests
contentToWrite, expectedContent, longContentToWrite, wrapOutputStream
-
-
-
-
Method Detail
-
testCloseDelegates
@Test @DisplayName("close() delegates") default void testCloseDelegates()
-
-