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

A

applies(Predicate<T>) - Static method in class org.echocat.jomon.testing.BaseMatchers
 
apply(Statement, Description) - Method in class org.echocat.jomon.testing.environments.LogEnvironment
 
ArrayMatchers - Class in org.echocat.jomon.testing
 
Assert - Class in org.echocat.jomon.testing
 
Assert() - Constructor for 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.
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
 

C

close() - Method in class org.echocat.jomon.testing.environments.LogEnvironment
 
CollectionMatchers - Class in org.echocat.jomon.testing
 
connect() - Method in 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.CollectionMatchers
 
containsAllItemsOf(Collection<T>) - Static method in class org.echocat.jomon.testing.CollectionMatchers
 
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.CollectionMatchers
 
containsItemsOf(Collection<T>) - Static method in class org.echocat.jomon.testing.CollectionMatchers
 

D

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.Connection(URL, InputStream) - Constructor for class org.echocat.jomon.testing.io.DummyUrlFactory.Connection
 
DummyUrlFactory.Connection(URL, String, String) - Constructor for class org.echocat.jomon.testing.io.DummyUrlFactory.Connection
 
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.LogEnvironment
 

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
 
getLog4JConfigurationFileNameInPackage() - Method in class org.echocat.jomon.testing.environments.LogEnvironment
 
getLog4JFileNameSuffixOfClasses() - Method in class org.echocat.jomon.testing.environments.LogEnvironment
 
getLogger() - Method in class org.echocat.jomon.testing.environments.LogEnvironment
 
getLogger(String) - Method in class org.echocat.jomon.testing.environments.LogEnvironment
 
getLogger(Class<?>) - Method in class org.echocat.jomon.testing.environments.LogEnvironment
 
getParentPackageName(String) - Method in class org.echocat.jomon.testing.environments.BaseEnvironment
 
getSizeOf(Object) - Static method in class org.echocat.jomon.testing.BaseMatchers
 

H

handleDiscribeSizeMismatch(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.CollectionMatchers
 
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.CollectionMatchers
 
hasSize(int) - Static method in class org.echocat.jomon.testing.MapMatchers
 

I

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.CollectionMatchers
 
isEqualTo(Iterable<T>) - Static method in class org.echocat.jomon.testing.CollectionMatchers
 
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(T) - Static method in class org.echocat.jomon.testing.BaseMatchers
 
isTrue() - Static method in class org.echocat.jomon.testing.BaseMatchers
 
IteratorMatchers - Class in org.echocat.jomon.testing
 

L

LogEnvironment - Class in org.echocat.jomon.testing.environments
 
LogEnvironment() - Constructor for class org.echocat.jomon.testing.environments.LogEnvironment
 
LogEnvironment(Object) - Constructor for class org.echocat.jomon.testing.environments.LogEnvironment
 
LogEnvironment(Class<?>) - Constructor for class org.echocat.jomon.testing.environments.LogEnvironment
 

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

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
 
toStringIs(String) - Static method in class org.echocat.jomon.testing.StringMatchers
 

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 W 

Copyright © 2013 echocat. All Rights Reserved.