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
E
- Encoding - Annotation Type in com.github.robtimus.junit.support.extension.testresource
-
Encoding
can be used in combination withTestResource
to specify a specific encoding or charset to use. - enumeration() - Method in interface com.github.robtimus.junit.support.test.collections.EnumerationTests
-
Returns the enumeration to test.
- EnumerationTests<T> - Interface in com.github.robtimus.junit.support.test.collections
-
Base interface for testing separate
Enumeration
functionalities. - EnumerationTests.AsIteratorTests<T> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Enumeration.asIterator()
. - EnumerationTests.IterationTests<T> - Interface in com.github.robtimus.junit.support.test.collections
-
Contains tests for
Enumeration.hasMoreElements()
andEnumeration.nextElement()
. - EOL - Annotation Type in com.github.robtimus.junit.support.extension.testresource
-
EOL
can be used in combination withTestResource
to specify a specific line separator to use. - EqualsArgumentsProvider() - Constructor for class com.github.robtimus.junit.support.test.collections.ListTests.EqualsArgumentsProvider
- EqualsArgumentsProvider() - Constructor for class com.github.robtimus.junit.support.test.collections.MapTests.EqualsArgumentsProvider
- EqualsArgumentsProvider() - Constructor for class com.github.robtimus.junit.support.test.collections.SetTests.EqualsArgumentsProvider
- excludeCombination(Object...) - Method in class com.github.robtimus.junit.support.params.ArgumentsCombiner
-
Excludes a combination of values from the current combinations of arguments.
- excludeCombinations(Predicate<? super Object[]>) - Method in class com.github.robtimus.junit.support.params.ArgumentsCombiner
-
Excludes all combinations of arguments that match a filter.
- execute() - Method in class com.github.robtimus.junit.support.concurrent.ConcurrentRunner
-
Calls all provided suppliers concurrently using the provided
number of threads
. - execute() - Method in class com.github.robtimus.junit.support.ThrowableAsserter
-
Executes the
Executable
or retrieves the value of theThrowingSupplier
used to create this object, and perform the necessary assertions. - execute(String) - Method in class com.github.robtimus.junit.support.ThrowableAsserter
-
Executes the
Executable
or retrieves the value of theThrowingSupplier
used to create this object, and perform the necessary assertions. - execute(Supplier<String>) - Method in class com.github.robtimus.junit.support.ThrowableAsserter
-
Executes the
Executable
or retrieves the value of theThrowingSupplier
used to create this object, and perform the necessary assertions. - expected() - Method in annotation type com.github.robtimus.junit.support.test.collections.annotation.ContainsIncompatibleKeyNotSupported
-
The expected exception type thrown by
Map.containsKey(Object)
. - expected() - Method in annotation type com.github.robtimus.junit.support.test.collections.annotation.ContainsIncompatibleNotSupported
-
The expected exception type thrown by
Collection.contains(Object)
orMap.containsValue(Object)
. - expected() - Method in annotation type com.github.robtimus.junit.support.test.collections.annotation.ContainsNullKeyNotSupported
-
The expected exception type thrown by
Map.containsKey(Object)
. - expected() - Method in annotation type com.github.robtimus.junit.support.test.collections.annotation.ContainsNullNotSupported
-
The expected exception type thrown by
Collection.contains(Object)
orMap.containsValue(Object)
. - expected() - Method in annotation type com.github.robtimus.junit.support.test.collections.annotation.RemoveIncompatibleKeyNotSupported
-
The expected exception type thrown by
Map.remove(Object)
. - expected() - Method in annotation type com.github.robtimus.junit.support.test.collections.annotation.RemoveIncompatibleNotSupported
-
The expected exception type thrown by
Collection.remove(Object)
. - expected() - Method in annotation type com.github.robtimus.junit.support.test.collections.annotation.RemoveNullKeyNotSupported
-
The expected exception type thrown by
Map.remove(Object)
. - expected() - Method in annotation type com.github.robtimus.junit.support.test.collections.annotation.RemoveNullNotSupported
-
The expected exception type thrown by
Collection.remove(Object)
. - expected() - Method in annotation type com.github.robtimus.junit.support.test.collections.annotation.StoreNullKeyNotSupported
-
The expected exception type thrown by
Map.put(Object, Object)
or similar methods. - expected() - Method in annotation type com.github.robtimus.junit.support.test.collections.annotation.StoreNullNotSupported
-
The expected exception type thrown by
Collection.add(Object)
,List.add(int, Object)
,List.set(int, Object)
or similar methods. - expected(Object) - Method in class com.github.robtimus.junit.support.AssertionFailedErrorBuilder
-
Sets the expected value of the assertion.
- expected(Object) - Method in class com.github.robtimus.junit.support.AssertionFailedErrorBuilder.PrefixedValues
-
Sets the expected value of the assertion.
- expectedContent() - Method in interface com.github.robtimus.junit.support.test.io.InputStreamTests
-
Returns the expected content from
created input streams
. - expectedContent() - Method in interface com.github.robtimus.junit.support.test.io.ReaderTests
-
Returns the expected content from
created readers
. - expectedContent(byte[]) - Method in interface com.github.robtimus.junit.support.test.io.OutputStreamDelegateTests
-
Returns the expected content written to a delegate, based on the content that was written to a
created output stream
. - expectedContent(String) - Method in interface com.github.robtimus.junit.support.test.io.WriterDelegateTests
-
Returns the expected content written to a delegate, based on the content that was written to a
created writer
. - expectedElements() - Method in interface com.github.robtimus.junit.support.test.collections.EnumerationTests
-
Returns the expected elements returned by the enumeration to test.
- expectedElements() - Method in interface com.github.robtimus.junit.support.test.collections.IterableTests
-
Returns the expected elements contained by the iterable to test.
- expectedElements() - Method in interface com.github.robtimus.junit.support.test.collections.IteratorTests
-
Returns the expected elements returned by the iterator to test.
- expectedElements() - Method in interface com.github.robtimus.junit.support.test.collections.ListIteratorTests
- expectedElements() - Method in interface com.github.robtimus.junit.support.test.collections.ListTests
- expectedElements() - Method in interface com.github.robtimus.junit.support.test.collections.MapTests.EntrySetTests
- expectedElements() - Method in interface com.github.robtimus.junit.support.test.collections.MapTests.EntrySetTests.IteratorTests
- expectedElements() - Method in interface com.github.robtimus.junit.support.test.collections.MapTests.KeySetTests
- expectedElements() - Method in interface com.github.robtimus.junit.support.test.collections.MapTests.KeySetTests.IteratorTests
- expectedElements() - Method in interface com.github.robtimus.junit.support.test.collections.MapTests.ValuesTests
- expectedElements() - Method in interface com.github.robtimus.junit.support.test.collections.MapTests.ValuesTests.IteratorTests
- expectedElements() - Method in interface com.github.robtimus.junit.support.test.collections.SpliteratorTests
-
Returns the expected elements returned by the iterator to test.
- expectedElements() - Method in interface com.github.robtimus.junit.support.test.collections.UnmodifiableMapTests.EntrySetTests
- expectedElements() - Method in interface com.github.robtimus.junit.support.test.collections.UnmodifiableMapTests.EntrySetTests.IteratorTests
- expectedElements() - Method in interface com.github.robtimus.junit.support.test.collections.UnmodifiableMapTests.KeySetTests
- expectedElements() - Method in interface com.github.robtimus.junit.support.test.collections.UnmodifiableMapTests.KeySetTests.IteratorTests
- expectedElements() - Method in interface com.github.robtimus.junit.support.test.collections.UnmodifiableMapTests.ValuesTests
- expectedElements() - Method in interface com.github.robtimus.junit.support.test.collections.UnmodifiableMapTests.ValuesTests.IteratorTests
- expectedEntries() - Method in interface com.github.robtimus.junit.support.test.collections.MapTests
-
Returns a map with the expected entries contained by the map to test.
- expectedMessage(String) - Method in class com.github.robtimus.junit.support.AssertionFailedErrorBuilder
-
Sets a message representing the expected value of the assertion.
- expectedOneOf(Object...) - Method in class com.github.robtimus.junit.support.AssertionFailedErrorBuilder
-
Sets the possible expected values of the assertion.
- expectedOneOf(Object...) - Method in class com.github.robtimus.junit.support.AssertionFailedErrorBuilder.PrefixedValues
-
Sets the possible expected values of the assertion.
- expectedOneOf(Collection<?>) - Method in class com.github.robtimus.junit.support.AssertionFailedErrorBuilder
-
Sets the possible expected values of the assertion.
- expectedOneOf(Collection<?>) - Method in class com.github.robtimus.junit.support.AssertionFailedErrorBuilder.PrefixedValues
-
Sets the possible expected values of the assertion.
All Classes All Packages