Uses of Package
com.github.robtimus.junit.support.test.io
-
Packages that use com.github.robtimus.junit.support.test.io Package Description com.github.robtimus.junit.support.test.io Provides pre-defined I/O related JUnit tests. -
Classes in com.github.robtimus.junit.support.test.io used by com.github.robtimus.junit.support.test.io Class Description InputStreamDelegateTests Base interface for testing thatInputStream
implementations correctly delegate to anotherInputStream
.InputStreamTests Base interface for testing separateInputStream
functionalities.OutputStreamDelegateTests Base interface for testing thatOutputStream
implementations correctly delegate to anotherOutputStream
.ReaderDelegateTests ReaderTests Base interface for testing separateReader
functionalities.WriterDelegateTests