Skip navigation links
A C D G I R 

A

add(Object, Object, boolean) - Method in class de.larssh.utils.test.AssertEqualsAndHashCodeArguments
Adds information of one more argument to the current list of arguments.
assertEqualsAndHashCode(Class<?>, AssertEqualsAndHashCodeArguments) - Static method in class de.larssh.utils.test.Assertions
Asserts that the methods Object.equals(Object) and Object.hashCode() of objects created by executing the clazzes constructor work as defined by arguments.
assertEqualsAndHashCode(Function<Object[], ?>, AssertEqualsAndHashCodeArguments) - Static method in class de.larssh.utils.test.Assertions
Asserts that the methods Object.equals(Object) and Object.hashCode() of objects created by executing constructor work as defined by arguments.
AssertEqualsAndHashCodeArguments - Class in de.larssh.utils.test
Value object containing arguments in an original and a changed form, to be used for asserting the methods Object.equals(Object) and Object.hashCode().
AssertEqualsAndHashCodeArguments() - Constructor for class de.larssh.utils.test.AssertEqualsAndHashCodeArguments
 
AssertionException - Exception in de.larssh.utils.test
Thrown to indicate that an assertion failed in an unexpected situation.
AssertionException(String) - Constructor for exception de.larssh.utils.test.AssertionException
Constructs a new AssertionException with the given message.
AssertionException(Throwable, String) - Constructor for exception de.larssh.utils.test.AssertionException
Constructs a new AssertionException with the given message.
Assertions - Class in de.larssh.utils.test
This class contains helper methods for assertion.

C

call(Reflect, String, Object...) - Static method in class de.larssh.utils.test.Reflects
Calls Reflect.call(String, Object...) to call a method by its name.
create(Reflect, Object...) - Static method in class de.larssh.utils.test.Reflects
Calls Reflect.create(Object...) to call a constructor.

D

de.larssh.utils.test - package de.larssh.utils.test
Utility classes

G

getChanged() - Method in class de.larssh.utils.test.AssertEqualsAndHashCodeArguments
List of changed arguments
getChangedArguments(int...) - Method in class de.larssh.utils.test.AssertEqualsAndHashCodeArguments
Returns a list of original arguments, which is changed at the given indexes.
getOriginal() - Method in class de.larssh.utils.test.AssertEqualsAndHashCodeArguments
List of original arguments

I

isExpectEquality(int) - Method in class de.larssh.utils.test.AssertEqualsAndHashCodeArguments
Returns true, if the argument at index is meant to be used for equality checks.

R

Reflects - Class in de.larssh.utils.test
This class contains helper methods for Reflect.
A C D G I R 
Skip navigation links

Copyright © 2019. All rights reserved.