Interface InputStreamDelegateTests.CloseTests
-
- All Superinterfaces:
InputStreamDelegateTests
- Enclosing interface:
- InputStreamDelegateTests
@DisplayName("close()") public static interface InputStreamDelegateTests.CloseTests extends InputStreamDelegateTests
Contains tests forInputStream.close()
.- Author:
- Rob Spoor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.github.robtimus.junit.support.test.io.InputStreamDelegateTests
InputStreamDelegateTests.CloseTests
-
-
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.InputStreamDelegateTests
wrapInputStream
-
-
-
-
Method Detail
-
testCloseDelegates
@Test @DisplayName("close() delegates") default void testCloseDelegates()
-
-