Skip navigation links
A B C D E F G H I P R T 

A

assertEquals(String, Object, Object) - Method in class de.mklinger.commons.junitsupport.BeanTestBase
Assert equals with support for Double/double and Float/float, arrays and collections.
assertEquals(String, Collection<?>, Collection<?>) - Method in class de.mklinger.commons.junitsupport.BeanTestBase
 

B

BeanTestBase<T> - Class in de.mklinger.commons.junitsupport
Generic bean test.
BeanTestBase(Class<T>) - Constructor for class de.mklinger.commons.junitsupport.BeanTestBase
Create a new BeanTestBase instance.
BeanTestBase(Class<T>, boolean) - Constructor for class de.mklinger.commons.junitsupport.BeanTestBase
Create a new BeanTestBase instance.
BeanTestBase(Class<T>, int) - Constructor for class de.mklinger.commons.junitsupport.BeanTestBase
Create a new BeanTestBase instance.
BeanTestBase(Class<T>, int, boolean) - Constructor for class de.mklinger.commons.junitsupport.BeanTestBase
Create a new BeanTestBase instance.
BeanTestBase() - Constructor for class de.mklinger.commons.junitsupport.BeanTestBase
 
BeanTestBase(int) - Constructor for class de.mklinger.commons.junitsupport.BeanTestBase
 
BeanTestBase(boolean) - Constructor for class de.mklinger.commons.junitsupport.BeanTestBase
 
BeanTestBase(int, boolean) - Constructor for class de.mklinger.commons.junitsupport.BeanTestBase
 
BeanTestBase.ConstructorParameters - Class in de.mklinger.commons.junitsupport
Constructor parameter descriptor.

C

ConstructorParameters(Class<?>[], String[]) - Constructor for class de.mklinger.commons.junitsupport.BeanTestBase.ConstructorParameters
Create a new instance.
copyConstructorEmptyEqualsTest() - Method in class de.mklinger.commons.junitsupport.BeanTestBase
Test for copy constructor, if any, and equals.
copyConstructorEmptyEqualsTestImpl() - Method in class de.mklinger.commons.junitsupport.BeanTestBase
 
copyConstructorEmptyValuesTest() - Method in class de.mklinger.commons.junitsupport.BeanTestBase
Test for copy constructor, if any.
copyConstructorEmptyValuesTestImpl() - Method in class de.mklinger.commons.junitsupport.BeanTestBase
 
copyConstructorEqualsTest() - Method in class de.mklinger.commons.junitsupport.BeanTestBase
Test for copy constructor, if any, and equals.
copyConstructorEqualsTestImpl() - Method in class de.mklinger.commons.junitsupport.BeanTestBase
 
copyConstructorValuesTest() - Method in class de.mklinger.commons.junitsupport.BeanTestBase
Test for copy constructor, if any.
copyConstructorValuesTestImpl() - Method in class de.mklinger.commons.junitsupport.BeanTestBase
 
createInstance(BeanTestBase.ConstructorParameters) - Method in class de.mklinger.commons.junitsupport.BeanTestBase
Create a bean instance using this parameter constructor.
createValue(Type) - Method in class de.mklinger.commons.junitsupport.TestValueFactory
Create a test value for the given type.

D

de.mklinger.commons.junitsupport - package de.mklinger.commons.junitsupport
 
declaredTestMethodsFor(Class<?>) - Static method in class de.mklinger.commons.junitsupport.DelegateClassTestBase
 
DEFAULT_CONSTRUCTOR_PARAMETERS - Static variable in class de.mklinger.commons.junitsupport.BeanTestBase
Default constructor parameters.
DelegateClassTestBase - Class in de.mklinger.commons.junitsupport
Tests a delegate class.
DelegateClassTestBase(Class<?>, Class<?>, DelegateClassTestBase.TestMethod...) - Constructor for class de.mklinger.commons.junitsupport.DelegateClassTestBase
Create a new delegate class test base.
DelegateClassTestBase.TestMethod - Class in de.mklinger.commons.junitsupport
A test method to be delegated.

E

equalsIdentityTest() - Method in class de.mklinger.commons.junitsupport.BeanTestBase
Test the equals method with identical instances.
equalsIdentityTestImpl() - Method in class de.mklinger.commons.junitsupport.BeanTestBase
 
equalsValuesTest() - Method in class de.mklinger.commons.junitsupport.BeanTestBase
Test the equals method with equal values.
equalsValuesTestImpl() - Method in class de.mklinger.commons.junitsupport.BeanTestBase
 
ExceptionTestBase<T extends Throwable> - Class in de.mklinger.commons.junitsupport
Tests an exception class.
ExceptionTestBase() - Constructor for class de.mklinger.commons.junitsupport.ExceptionTestBase
 
ExceptionTestBase(Class<T>) - Constructor for class de.mklinger.commons.junitsupport.ExceptionTestBase
Create a new ExceptionTestBase instance.

F

fillBean(T, String[]) - Method in class de.mklinger.commons.junitsupport.BeanTestBase
 
fillProperty(T, String) - Method in class de.mklinger.commons.junitsupport.BeanTestBase
Set a value for the given field using a setter if possible.

G

getBeanPropertyNames() - Method in class de.mklinger.commons.junitsupport.BeanTestBase
Get all bean property names.
getConstructorParameters() - Method in class de.mklinger.commons.junitsupport.BeanTestBase
Get all constructor parameter sets.
getFieldDefaultValue(String) - Method in class de.mklinger.commons.junitsupport.BeanTestBase
 
getFieldValue(T, String) - Method in class de.mklinger.commons.junitsupport.BeanTestBase
Get the value of the given field using a getter if possible.
getIgnorePropertyNames() - Method in class de.mklinger.commons.junitsupport.BeanTestBase
Get the property names to ignore in this test.
getNextTestValue() - Method in class de.mklinger.commons.junitsupport.TestValueFactory
Get the next test value.
getPropertyNames() - Method in class de.mklinger.commons.junitsupport.BeanTestBase.ConstructorParameters
Get the propertyNames.
getTypes() - Method in class de.mklinger.commons.junitsupport.BeanTestBase.ConstructorParameters
Get the types.

H

hashCodeTest() - Method in class de.mklinger.commons.junitsupport.BeanTestBase
Test the hashCode method.
hashCodeTestImpl() - Method in class de.mklinger.commons.junitsupport.BeanTestBase
 

I

ignore() - Static method in class de.mklinger.commons.junitsupport.RuntimeIgnore
 
ignoreIf(boolean) - Static method in class de.mklinger.commons.junitsupport.RuntimeIgnore
 
ignoreIfNot(boolean) - Static method in class de.mklinger.commons.junitsupport.RuntimeIgnore
 
isBeanFieldCandidate(Field) - Method in class de.mklinger.commons.junitsupport.BeanTestBase
Is the given field a bean field candidate?

P

propertyTestForAllConstructors() - Method in class de.mklinger.commons.junitsupport.BeanTestBase
Property test for all constructors.
propertyTestForAllConstructorsImpl() - Method in class de.mklinger.commons.junitsupport.BeanTestBase
 

R

RuntimeIgnore - Class in de.mklinger.commons.junitsupport
Runtime test ignore util class.

T

testConstructor1() - Method in class de.mklinger.commons.junitsupport.ExceptionTestBase
Tests constuctor.
testConstructor2() - Method in class de.mklinger.commons.junitsupport.ExceptionTestBase
Tests constuctor.
testConstructor3() - Method in class de.mklinger.commons.junitsupport.ExceptionTestBase
Tests constuctor.
testConstructor4() - Method in class de.mklinger.commons.junitsupport.ExceptionTestBase
Tests constuctor.
testDelegateMethods() - Method in class de.mklinger.commons.junitsupport.DelegateClassTestBase
Test all configured delegate methods.
TestMethod(String, Class<?>, Class<?>[], Object[]) - Constructor for class de.mklinger.commons.junitsupport.DelegateClassTestBase.TestMethod
Create a new test method.
TestMethod(String, Class<?>[], Object[]) - Constructor for class de.mklinger.commons.junitsupport.DelegateClassTestBase.TestMethod
Create a new void test method.
TestValueFactory - Class in de.mklinger.commons.junitsupport
 
TestValueFactory() - Constructor for class de.mklinger.commons.junitsupport.TestValueFactory
 
TestValueFactory(String) - Constructor for class de.mklinger.commons.junitsupport.TestValueFactory
 
TestValueFactory(LongSupplier) - Constructor for class de.mklinger.commons.junitsupport.TestValueFactory
 
toStringTestForAllConstructorsEmpty() - Method in class de.mklinger.commons.junitsupport.BeanTestBase
Calling toString() on an empty bean.
toStringTestForAllConstructorsEmptyImpl() - Method in class de.mklinger.commons.junitsupport.BeanTestBase
 
toStringTestForAllConstructorsFilled() - Method in class de.mklinger.commons.junitsupport.BeanTestBase
Calling toString() on an filled bean.
toStringTestForAllConstructorsFilledImpl() - Method in class de.mklinger.commons.junitsupport.BeanTestBase
 
A B C D E F G H I P R T 
Skip navigation links

Copyright © 2013–2020 mklinger GmbH. All rights reserved.