Interface OutputStreamDelegateTests.WriteByteTests
-
- All Superinterfaces:
OutputStreamDelegateTests
- Enclosing interface:
- OutputStreamDelegateTests
@DisplayName("write(int)") public static interface OutputStreamDelegateTests.WriteByteTests extends OutputStreamDelegateTests
Contains tests forOutputStream.write(int)
.- 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
testWriteByte()
-
Methods inherited from interface com.github.robtimus.junit.support.test.io.OutputStreamDelegateTests
contentToWrite, expectedContent, longContentToWrite, wrapOutputStream
-
-
-
-
Method Detail
-
testWriteByte
@Test @DisplayName("write(int)") default void testWriteByte()
-
-