A B C D E F G H I J L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
W
- whenThrows(Class<T>) - Method in class com.github.robtimus.junit.support.ThrowableAsserter
-
Returns an object for configuring the assertions that should be performed when an instance of a specific error type is thrown.
- whenThrows(Class<T>, Executable) - Static method in class com.github.robtimus.junit.support.ThrowableAsserter
-
Returns an object for configuring the assertions that should be performed when an instance of a specific error type is thrown when an
Executable
is run. - whenThrows(Class<T>, ThrowingSupplier<R>) - Static method in class com.github.robtimus.junit.support.ThrowableAsserter
-
Returns an object for configuring the assertions that should be performed when an instance of a specific error type is thrown when the result of a
ThrowingSupplier
is retrieved. - whenThrowsExactly(Class<T>) - Method in class com.github.robtimus.junit.support.ThrowableAsserter
-
Returns an object for configuring the assertions that should be performed when an exact instance of a specific error type is thrown.
- whenThrowsExactly(Class<T>, Executable) - Static method in class com.github.robtimus.junit.support.ThrowableAsserter
-
Returns an object for configuring the assertions that should be performed when an exact instance of a specific error type is thrown when an
Executable
is run. - whenThrowsExactly(Class<T>, ThrowingSupplier<R>) - Static method in class com.github.robtimus.junit.support.ThrowableAsserter
-
Returns an object for configuring the assertions that should be performed when an exact instance of a specific error type is thrown when the result of a
ThrowingSupplier
is retrieved. - whenThrowsNothing() - Method in class com.github.robtimus.junit.support.ThrowableAsserter
-
Returns an object for configuring the assertions that should be performed if no error is thrown.
- with(Object...) - Static method in class com.github.robtimus.junit.support.params.ArgumentsCombiner
-
Creates an arguments combiner with an initial set of arguments.
- with(Collection<?>) - Static method in class com.github.robtimus.junit.support.params.ArgumentsCombiner
-
Creates an arguments combiner with an initial set of arguments.
- with(Stream<?>) - Static method in class com.github.robtimus.junit.support.params.ArgumentsCombiner
-
Creates an arguments combiner with an initial set of arguments.
- with(ArgumentsProvider, ExtensionContext) - Static method in class com.github.robtimus.junit.support.params.ArgumentsCombiner
-
Creates an arguments combiner with an initial set of arguments.
- withBooleans(boolean[]) - Static method in class com.github.robtimus.junit.support.params.ArgumentsCombiner
-
Creates an arguments combiner with an initial set of arguments.
- withBytes(byte[]) - Static method in class com.github.robtimus.junit.support.params.ArgumentsCombiner
-
Creates an arguments combiner with an initial set of arguments.
- withChars(char[]) - Static method in class com.github.robtimus.junit.support.params.ArgumentsCombiner
-
Creates an arguments combiner with an initial set of arguments.
- withCount(int) - Static method in class com.github.robtimus.junit.support.concurrent.ConcurrencySettings
-
Creates a new concurrency settings object.
- withDoubles(double[]) - Static method in class com.github.robtimus.junit.support.params.ArgumentsCombiner
-
Creates an arguments combiner with an initial set of arguments.
- withFloats(float[]) - Static method in class com.github.robtimus.junit.support.params.ArgumentsCombiner
-
Creates an arguments combiner with an initial set of arguments.
- withInts(int[]) - Static method in class com.github.robtimus.junit.support.params.ArgumentsCombiner
-
Creates an arguments combiner with an initial set of arguments.
- withLongs(long[]) - Static method in class com.github.robtimus.junit.support.params.ArgumentsCombiner
-
Creates an arguments combiner with an initial set of arguments.
- withParameterTypes(Class<?>...) - Static method in class com.github.robtimus.junit.support.extension.MethodLookup
-
Creates a new method lookup instance.
- withShorts(short[]) - Static method in class com.github.robtimus.junit.support.params.ArgumentsCombiner
-
Creates an arguments combiner with an initial set of arguments.
- withThreadCount(int) - Method in class com.github.robtimus.junit.support.concurrent.ConcurrencySettings
-
Sets the number of threads to use.
- withThreadCount(int) - Method in class com.github.robtimus.junit.support.concurrent.ConcurrentRunner
-
Sets the number of threads to use.
- withValue(Object) - Method in class com.github.robtimus.junit.support.AssertionFailedErrorBuilder.ReasonBuilder
-
Adds a single formatted value.
- withValues(Object...) - Method in class com.github.robtimus.junit.support.AssertionFailedErrorBuilder.ReasonBuilder
-
Adds multiple formatted values, separated by commas.
- withValues(Collection<?>) - Method in class com.github.robtimus.junit.support.AssertionFailedErrorBuilder.ReasonBuilder
-
Adds multiple formatted values, separated by commas.
- wrap(T) - Method in interface com.github.robtimus.junit.support.test.DelegateTests
-
Creates the object to test.
- wrapInputStream(InputStream) - Method in interface com.github.robtimus.junit.support.test.io.InputStreamDelegateTests
-
Creates the input stream to test.
- wrapOutputStream(OutputStream) - Method in interface com.github.robtimus.junit.support.test.io.OutputStreamDelegateTests
-
Creates the output stream to test.
- wrapReader(Reader) - Method in interface com.github.robtimus.junit.support.test.io.ReaderDelegateTests
-
Creates the reader to test.
- wrapWriter(Writer) - Method in interface com.github.robtimus.junit.support.test.io.WriterDelegateTests
-
Creates the writer to test.
- WriterDelegateTests - Interface in com.github.robtimus.junit.support.test.io
- WriterDelegateTests.AppendCharSequencePortionTests - Interface in com.github.robtimus.junit.support.test.io
-
Contains tests for
Writer.append(CharSequence, int, int)
. - WriterDelegateTests.AppendCharSequenceTests - Interface in com.github.robtimus.junit.support.test.io
-
Contains tests for
Writer.append(CharSequence)
. - WriterDelegateTests.AppendCharTests - Interface in com.github.robtimus.junit.support.test.io
-
Contains tests for
Writer.append(char)
. - WriterDelegateTests.CharSequenceTransformationProvider - Class in com.github.robtimus.junit.support.test.io
-
An arguments provider for
WriterDelegateTests.AppendCharSequenceTests
andWriterDelegateTests.AppendCharSequencePortionTests
, it returns functions to transform the test instance'scontent to write
orlong content to write
into aString
(identity transform),StringBuilder
,StringBuffer
and a genericCharSequence
. - WriterDelegateTests.CloseTests - Interface in com.github.robtimus.junit.support.test.io
-
Contains tests for
Writer.close()
. - WriterDelegateTests.FlushTests - Interface in com.github.robtimus.junit.support.test.io
-
Contains tests for
Writer.flush()
. - WriterDelegateTests.WriteCharArrayPortionTests - Interface in com.github.robtimus.junit.support.test.io
-
Contains tests for
Writer.write(char[], int, int)
. - WriterDelegateTests.WriteCharArrayTests - Interface in com.github.robtimus.junit.support.test.io
-
Contains tests for
Writer.write(char[])
. - WriterDelegateTests.WriteCharTests - Interface in com.github.robtimus.junit.support.test.io
-
Contains tests for
Writer.write(int)
. - WriterDelegateTests.WriteStringPortionTests - Interface in com.github.robtimus.junit.support.test.io
-
Contains tests for
Writer.write(String, int, int)
. - WriterDelegateTests.WriteStringTests - Interface in com.github.robtimus.junit.support.test.io
-
Contains tests for
Writer.write(String)
.
All Classes All Packages