Skip navigation links
A B C D E F G H I L M N O P R S T V W 

A

after() - Method in class org.echocat.jomon.testing.environments.LogbackTemporaryLogAppender
 
applies(Predicate<T>) - Static method in class org.echocat.jomon.testing.BaseMatchers
 
apply(Statement, Description) - Method in class org.echocat.jomon.testing.environments.LoggingEnvironment
 
ArrayMatchers - Class in org.echocat.jomon.testing
 
Assert - Class in org.echocat.jomon.testing
 
Assert() - Constructor for class org.echocat.jomon.testing.Assert
 
Assert.AssertWithRetry - Class in org.echocat.jomon.testing
 
Assert.AssertWithRetryRespectingException - Class in org.echocat.jomon.testing
 
Assert.AssertWithRetrySupport<S extends RetryingStrategy<java.lang.Void>> - Class in org.echocat.jomon.testing
 
ASSERT_CLASSNAME - Static variable in class org.echocat.jomon.testing.Assert
 
assertThat(boolean) - Static method in class org.echocat.jomon.testing.Assert
 
assertThat(String, boolean) - Static method in class org.echocat.jomon.testing.Assert
 
assertThat(T, Matcher<T>) - Static method in class org.echocat.jomon.testing.Assert
Asserts that actual satisfies the condition specified by matcher.
assertThat(String, T, Matcher<T>) - Static method in class org.echocat.jomon.testing.Assert
Asserts that actual satisfies the condition specified by matcher.
assertWithRetries(int) - Static method in class org.echocat.jomon.testing.Assert
Creates an Assert.AssertWithRetry that allows to test the assertion at most maxNumbersOfRetries times until it must succeed.
assertWithRetry(RetryingStrategy<Void>) - Static method in class org.echocat.jomon.testing.Assert
Creates an Assert.AssertWithRetry that uses a custom RetryingStrategy to satisfy a given assertion.
AssertWithRetry(RetryingStrategy<Void>) - Constructor for class org.echocat.jomon.testing.Assert.AssertWithRetry
 
AssertWithRetryRespectingException(BaseRetryingStrategy<Void, ?>) - Constructor for class org.echocat.jomon.testing.Assert.AssertWithRetryRespectingException
 
AssertWithRetrySupport(S) - Constructor for class org.echocat.jomon.testing.Assert.AssertWithRetrySupport
Creates an assertion with a RetryingStrategy to satisfiy a condition.
assertWithTimeout(String) - Static method in class org.echocat.jomon.testing.Assert
Creates an Assert.AssertWithRetry that allows a timeout in which the assertion must be satisfied.
assertWithTimeout(Duration) - Static method in class org.echocat.jomon.testing.Assert
Creates an Assert.AssertWithRetry that allows a timeout in which the assertion must be satisfied.
asTrimmedContentEqualsTo(String) - Static method in class org.echocat.jomon.testing.StringMatchers
 

B

BaseEnvironment - Class in org.echocat.jomon.testing.environments
 
BaseEnvironment() - Constructor for class org.echocat.jomon.testing.environments.BaseEnvironment
 
BaseMatchers - Class in org.echocat.jomon.testing
 
before() - Method in class org.echocat.jomon.testing.environments.LogbackTemporaryLogAppender
 

C

close() - Method in class org.echocat.jomon.testing.environments.LoggingEnvironment
 
CollectionMatchers - Class in org.echocat.jomon.testing
Deprecated.
Use IterableMatchers in the future.
CollectionMatchers() - Constructor for class org.echocat.jomon.testing.CollectionMatchers
Deprecated.
 
configurationFileFor(Class<?>, String, String, String) - Method in class org.echocat.jomon.testing.environments.LoggingEnvironment
 
configurationFor(Class<?>, LoggingEnvironment.Type) - Method in class org.echocat.jomon.testing.environments.LoggingEnvironment
 
connect() - Method in class org.echocat.jomon.testing.io.DummyUrlFactory.Connection
 
Connection(URL, InputStream) - Constructor for class org.echocat.jomon.testing.io.DummyUrlFactory.Connection
 
Connection(URL, String, String) - Constructor for class org.echocat.jomon.testing.io.DummyUrlFactory.Connection
 
contains(String) - Static method in class org.echocat.jomon.testing.StringMatchers
 
containsAllItemsOf(T...) - Static method in class org.echocat.jomon.testing.ArrayMatchers
 
containsAllItemsOf(Collection<T>) - Static method in class org.echocat.jomon.testing.ArrayMatchers
 
containsAllItemsOf(T...) - Static method in class org.echocat.jomon.testing.IterableMatchers
 
containsAllItemsOf(Iterable<T>) - Static method in class org.echocat.jomon.testing.IterableMatchers
 
containsItemsOf(T...) - Static method in class org.echocat.jomon.testing.ArrayMatchers
 
containsItemsOf(Collection<T>) - Static method in class org.echocat.jomon.testing.ArrayMatchers
 
containsItemsOf(T...) - Static method in class org.echocat.jomon.testing.IterableMatchers
 
containsItemsOf(Iterable<T>) - Static method in class org.echocat.jomon.testing.IterableMatchers
 

D

DEFAULT_TYPE - Static variable in class org.echocat.jomon.testing.environments.LoggingEnvironment
 
DummyUrlFactory - Class in org.echocat.jomon.testing.io
This class provides a dummy instance of URL from wich can read via URL.openStream().
DummyUrlFactory.Connection - Class in org.echocat.jomon.testing.io
 
DummyUrlFactory.StreamHandler - Class in org.echocat.jomon.testing.io
 

E

endsWith(String) - Static method in class org.echocat.jomon.testing.StringMatchers
 
equalTo(T) - Static method in class org.echocat.jomon.testing.BaseMatchers
 

F

fail() - Static method in class org.echocat.jomon.testing.Assert
 
fail(String) - Static method in class org.echocat.jomon.testing.Assert
 
findFileFor(Class<?>, String, String) - Method in class org.echocat.jomon.testing.environments.BaseEnvironment
 
findFileFor(Package, ClassLoader, String) - Method in class org.echocat.jomon.testing.environments.BaseEnvironment
 
findTopFromCallStack() - Method in class org.echocat.jomon.testing.environments.BaseEnvironment
 

G

get(InputStream) - Static method in class org.echocat.jomon.testing.io.DummyUrlFactory
Create a new dummy instance of URL for the given inputStream.
get(InputStream, String) - Static method in class org.echocat.jomon.testing.io.DummyUrlFactory
Create a new dummy instance of URL for the given inputStream.
get(String, String) - Static method in class org.echocat.jomon.testing.io.DummyUrlFactory
Create a new dummy instance of URL for the given string with encoding.
get(String, String, String) - Static method in class org.echocat.jomon.testing.io.DummyUrlFactory
Create a new dummy instance of URL for the given string with encoding.
getCleanStackTrace() - Static method in class org.echocat.jomon.testing.Assert
 
getContentEncoding() - Method in class org.echocat.jomon.testing.io.DummyUrlFactory.Connection
 
getContentLength() - Method in class org.echocat.jomon.testing.io.DummyUrlFactory.Connection
 
getContentType() - Method in class org.echocat.jomon.testing.io.DummyUrlFactory.Connection
 
getFileNameOfClass(Class<?>, String) - Method in class org.echocat.jomon.testing.environments.BaseEnvironment
 
getFileNameOfPackage(String, String) - Method in class org.echocat.jomon.testing.environments.BaseEnvironment
 
getInputStream() - Method in class org.echocat.jomon.testing.io.DummyUrlFactory.Connection
 
getLogger() - Method in class org.echocat.jomon.testing.environments.LogEnvironment
Deprecated.
getLogger(String) - Method in class org.echocat.jomon.testing.environments.LoggingEnvironment
 
getLogger(Class<?>) - Method in class org.echocat.jomon.testing.environments.LoggingEnvironment
 
getParentPackageName(String) - Method in class org.echocat.jomon.testing.environments.BaseEnvironment
 
getReference() - Method in class org.echocat.jomon.testing.environments.LoggingEnvironment
Deprecated.
DO NOT USE! This is only for backwards capability of LogEnvironment.
getRetryingStrategy() - Method in class org.echocat.jomon.testing.Assert.AssertWithRetrySupport
 
getSizeOf(Object) - Static method in class org.echocat.jomon.testing.BaseMatchers
 

H

handleDescribeSizeMismatch(Object, Description) - Static method in class org.echocat.jomon.testing.BaseMatchers
 
hasItems() - Static method in class org.echocat.jomon.testing.BaseMatchers
 
hasNoItems() - Static method in class org.echocat.jomon.testing.BaseMatchers
 
hasSameEntriesAs(Map<K, V>) - Static method in class org.echocat.jomon.testing.MapMatchers
 
hasSameSizeAs(Object) - Static method in class org.echocat.jomon.testing.ArrayMatchers
 
hasSameSizeAs(Object) - Static method in class org.echocat.jomon.testing.BaseMatchers
 
hasSameSizeAs(Object) - Static method in class org.echocat.jomon.testing.IterableMatchers
 
hasSameSizeAs(Object) - Static method in class org.echocat.jomon.testing.MapMatchers
 
hasSize(int) - Static method in class org.echocat.jomon.testing.ArrayMatchers
 
hasSize(int) - Static method in class org.echocat.jomon.testing.BaseMatchers
 
hasSize(int) - Static method in class org.echocat.jomon.testing.IterableMatchers
 
hasSize(int) - Static method in class org.echocat.jomon.testing.MapMatchers
 

I

init() - Method in class org.echocat.jomon.testing.environments.LoggingEnvironment
 
is(T) - Static method in class org.echocat.jomon.testing.BaseMatchers
 
isEmpty() - Static method in class org.echocat.jomon.testing.BaseMatchers
 
isEqualTo(T...) - Static method in class org.echocat.jomon.testing.ArrayMatchers
 
isEqualTo(Iterable<T>) - Static method in class org.echocat.jomon.testing.ArrayMatchers
 
isEqualTo(T) - Static method in class org.echocat.jomon.testing.BaseMatchers
 
isEqualTo(T...) - Static method in class org.echocat.jomon.testing.IterableMatchers
 
isEqualTo(Iterable<T>) - Static method in class org.echocat.jomon.testing.IterableMatchers
 
isFalse() - Static method in class org.echocat.jomon.testing.BaseMatchers
 
isGreaterThan(T) - Static method in class org.echocat.jomon.testing.BaseMatchers
 
isGreaterThanOrEqualTo(T) - Static method in class org.echocat.jomon.testing.BaseMatchers
 
isInstanceOf(Class<?>) - Static method in class org.echocat.jomon.testing.BaseMatchers
 
isLessThan(T) - Static method in class org.echocat.jomon.testing.BaseMatchers
 
isLessThanOrEqualTo(T) - Static method in class org.echocat.jomon.testing.BaseMatchers
 
isNot(T) - Static method in class org.echocat.jomon.testing.BaseMatchers
 
isNotEmpty() - Static method in class org.echocat.jomon.testing.BaseMatchers
 
isNotNull() - Static method in class org.echocat.jomon.testing.BaseMatchers
 
isNull() - Static method in class org.echocat.jomon.testing.BaseMatchers
 
isOneOf(T, T...) - Static method in class org.echocat.jomon.testing.BaseMatchers
 
isOneOf(Collection<T>) - Static method in class org.echocat.jomon.testing.BaseMatchers
 
isSameAs(Object) - Static method in class org.echocat.jomon.testing.BaseMatchers
 
isTrue() - Static method in class org.echocat.jomon.testing.BaseMatchers
 
IterableMatchers - Class in org.echocat.jomon.testing
 
IterableMatchers() - Constructor for class org.echocat.jomon.testing.IterableMatchers
 
IteratorMatchers - Class in org.echocat.jomon.testing
 

L

log4J2ConfigurationFor(Class<?>) - Method in class org.echocat.jomon.testing.environments.LoggingEnvironment
 
log4jConfigurationFor(Class<?>) - Method in class org.echocat.jomon.testing.environments.LoggingEnvironment
 
logbackConfigurationFor(Class<?>) - Method in class org.echocat.jomon.testing.environments.LoggingEnvironment
 
LogbackTemporaryLogAppender - Class in org.echocat.jomon.testing.environments
A JUnit TestRule to create a temporary log appender and it to Logger for the given class.
LogbackTemporaryLogAppender(LoggingEnvironment, Class<?>) - Constructor for class org.echocat.jomon.testing.environments.LogbackTemporaryLogAppender
 
LogbackTemporaryLogAppender(LoggingEnvironment, String) - Constructor for class org.echocat.jomon.testing.environments.LogbackTemporaryLogAppender
 
LogEnvironment - Class in org.echocat.jomon.testing.environments
Deprecated.
Use LoggingEnvironment instead.
LogEnvironment() - Constructor for class org.echocat.jomon.testing.environments.LogEnvironment
Deprecated.
 
LogEnvironment(Object) - Constructor for class org.echocat.jomon.testing.environments.LogEnvironment
Deprecated.
 
LogEnvironment(Class<?>) - Constructor for class org.echocat.jomon.testing.environments.LogEnvironment
Deprecated.
 
LoggingEnvironment - Class in org.echocat.jomon.testing.environments
 
LoggingEnvironment(LoggingEnvironmentConfiguration) - Constructor for class org.echocat.jomon.testing.environments.LoggingEnvironment
 
LoggingEnvironment() - Constructor for class org.echocat.jomon.testing.environments.LoggingEnvironment
 
LoggingEnvironment(LoggingEnvironment.Type) - Constructor for class org.echocat.jomon.testing.environments.LoggingEnvironment
 
LoggingEnvironment(Object) - Constructor for class org.echocat.jomon.testing.environments.LoggingEnvironment
 
LoggingEnvironment(Object, LoggingEnvironment.Type) - Constructor for class org.echocat.jomon.testing.environments.LoggingEnvironment
 
LoggingEnvironment(Class<?>) - Constructor for class org.echocat.jomon.testing.environments.LoggingEnvironment
 
LoggingEnvironment(Class<?>, LoggingEnvironment.Type) - Constructor for class org.echocat.jomon.testing.environments.LoggingEnvironment
 
LoggingEnvironment.Type - Enum in org.echocat.jomon.testing.environments
 

M

MapMatchers - Class in org.echocat.jomon.testing
 

N

not(Matcher<T>) - Static method in class org.echocat.jomon.testing.BaseMatchers
 

O

openConnection(URL) - Method in class org.echocat.jomon.testing.io.DummyUrlFactory.StreamHandler
 
org.echocat.jomon.testing - package org.echocat.jomon.testing
 
org.echocat.jomon.testing.concurrent - package org.echocat.jomon.testing.concurrent
 
org.echocat.jomon.testing.environments - package org.echocat.jomon.testing.environments
 
org.echocat.jomon.testing.io - package org.echocat.jomon.testing.io
 

P

ParallelTestRunner - Class in org.echocat.jomon.testing.concurrent
 
ParallelTestRunner(List<ParallelTestRunner.Worker>) - Constructor for class org.echocat.jomon.testing.concurrent.ParallelTestRunner
 
ParallelTestRunner.Worker - Interface in org.echocat.jomon.testing.concurrent
 
PROTOCOL_PREFIX - Static variable in class org.echocat.jomon.testing.io.DummyUrlFactory
 

R

respecting(Class<? extends Throwable>...) - Method in class org.echocat.jomon.testing.Assert.AssertWithRetryRespectingException
 
respecting(Iterable<Class<? extends Throwable>>) - Method in class org.echocat.jomon.testing.Assert.AssertWithRetryRespectingException
 
returnsAllItemsOf(T...) - Static method in class org.echocat.jomon.testing.IteratorMatchers
 
returnsAllItemsOf(Collection<T>) - Static method in class org.echocat.jomon.testing.IteratorMatchers
 
returnsItems(T...) - Static method in class org.echocat.jomon.testing.IteratorMatchers
 
returnsItems(Iterable<T>) - Static method in class org.echocat.jomon.testing.IteratorMatchers
 
returnsNothing() - Static method in class org.echocat.jomon.testing.IteratorMatchers
 
run(List<ParallelTestRunner.Worker>) - Static method in class org.echocat.jomon.testing.concurrent.ParallelTestRunner
 
run() - Method in class org.echocat.jomon.testing.concurrent.ParallelTestRunner
 
run() - Method in interface org.echocat.jomon.testing.concurrent.ParallelTestRunner.Worker
 

S

startsWith(String) - Static method in class org.echocat.jomon.testing.StringMatchers
 
StringMatchers - Class in org.echocat.jomon.testing
 

T

TestingUtils - Class in org.echocat.jomon.testing
 
that(Callable<T>, Matcher<T>) - Method in class org.echocat.jomon.testing.Assert.AssertWithRetrySupport
 
that(String, Callable<T>, Matcher<T>) - Method in class org.echocat.jomon.testing.Assert.AssertWithRetrySupport
Asserts that the return value of a Callable fetchActual satisfies the condition specified by the matcher.
toString() - Method in class org.echocat.jomon.testing.environments.LogbackTemporaryLogAppender
 
toStringIs(String) - Static method in class org.echocat.jomon.testing.StringMatchers
 

V

valueOf(String) - Static method in enum org.echocat.jomon.testing.environments.LoggingEnvironment.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.echocat.jomon.testing.environments.LoggingEnvironment.Type
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitFor(Runnable, String) - Static method in class org.echocat.jomon.testing.TestingUtils
 
waitFor(Runnable, long) - Static method in class org.echocat.jomon.testing.TestingUtils
 
waitFor(Runnable, Duration) - Static method in class org.echocat.jomon.testing.TestingUtils
 
waitFor(Callable<T>, String) - Static method in class org.echocat.jomon.testing.TestingUtils
 
waitFor(Callable<T>, long) - Static method in class org.echocat.jomon.testing.TestingUtils
 
waitFor(Callable<T>, Duration) - Static method in class org.echocat.jomon.testing.TestingUtils
 
A B C D E F G H I L M N O P R S T V W 
Skip navigation links

Copyright © 2015 echocat. All Rights Reserved.