A is a class intended for use in unit tests.AccessRight is a class intended for use in unit tests.AlgorithmModel is a class intended for use in unit tests.AnInterface is an interface intended for use in unit tests.AnnotatedClass is a class intended for use in unit tests.AnnotatedInterface is a interface intended for use in unit tests.AnnotatedTestClass is a class intended for use in unit tests.AnotherAnnotatedClass is a class intended for use in unit tests.AnotherTestAnnotation is an annotation intended for use in unit tests.Brands is an enum intended for use in unit tests and holds some brands from
famous cars.ClassExtendsAnnotatedInterface is a class intended for use in unit tests.ClonableObject is a class intended for use in unit tests that represents a
clonable object and implements Cloneable.Company is a class intended for use in unit tests.ComparableEvaluator is intended to evaluate Comparable objects.Customer is a class intended for use in unit tests.DateDecorator is a Date decorator.Employee is a class intended for use in unit tests.EmployeeList encapsulates a list of Employee.EqualsEvaluator provides algorithms for evaluate the equals
contract of an given object.EqualsHashCodeAndToStringEvaluator is a combination of all evaluators.Object.equals(Object) that this method should evaluate the following contract
condition:
It is consistent: for any non-null reference values x and y,
multiple invocations of x.equals(y) consistently return true or consistently
return false, provided no information used in equals comparisons on the
objects is modified.Object.equals(Object) that this method should evaluate the following contract
condition:
It is consistent: for any non-null reference values x and y,
multiple invocations of x.equals(y) consistently return true or consistently
return false, provided no information used in equals comparisons on the
objects is modified.Object.hashCode()
that this method should evaluate the following contract condition:
Whenever it is invoked on the same object more than once during an execution of a Java
application, the hashCode method must consistently return the same integer, provided
no information used in equals comparisons on the object is modified.Object.toString() for the given objects Object.toString() for the given objects IllegalArgumentException will be thrown), that means according to
Object.hashCode() that this method should evaluate the following contract condition:
If two objects are equal according to the equals(Object) method, then calling the
hashCode method on each of the two objects must produce the same integer result.Object.equals(Object) that this method should
evaluate the following contract condition:
It is reflexive: for any non-null reference value x, x.equals(x)
should return true.Object.equals(Object) that this method should
evaluate the following contract condition:
It is reflexive: for any non-null reference value x, x.equals(x)
should return true.Object.equals(Object) that this method should evaluate the following contract
condition:
It is reflexive: for any non-null reference value x, x.equals(x)
should return true.Object.toString() for the given objects Object.hashCode()
that this method should evaluate the following contract condition:
Whenever it is invoked on the same object more than once during an execution of a Java
application, the hashCode method must consistently return the same integer, provided
no information used in equals comparisons on the object is modified.Object.equals(Object) that this method should evaluate the
following contract condition:
For any non-null reference value x, x.equals(null) should return
false.Object.equals(Object) that this method should evaluate the following contract
condition:
It is reflexive: for any non-null reference value x, x.equals(x)
should return true.Object.equals(Object) that this method should evaluate the following contract
condition:
It is reflexive: for any non-null reference value x, x.equals(x)
should return true.Object.equals(Object) that this method should
evaluate the following contract condition:
It is reflexive: for any non-null reference value x, x.equals(x)
should return true.Object.equals(Object) that
this method should evaluate the following contract condition:
It is reflexive: for any non-null reference value x, x.equals(x)
should return true.Object.equals(Object) that this method should evaluate the following contract
condition:
It is symmetric: for any non-null reference values x and y,
x.equals(y) should return true if and only if y.equals(x) returns
true.Object.equals(Object) that this method should evaluate the
following contract condition:
It is symmetric: for any non-null reference values x and y,
x.equals(y) should return true if and only if y.equals(x) returns
true.Object.equals(Object) that this method should evaluate the following contract
condition:
It is transitive: for any non-null reference values x, y, and
z, if x.equals(y) returns true and y.equals(z) returns
true, then x.equals(z) should return true.IllegalArgumentException will be thrown), that means according to
Object.hashCode() that this method should evaluate the following contract condition:
It is not required that if two objects are unequal according to the
Object.equals(java.lang.Object) method, then calling the hashCode
method on each of the two objects must produce distinct integer results.ExceptionEvent is a class intended for use in unit tests.Gender is an enum intended for use in unit tests.HashcodeEvaluator provides algorithms for evaluate the
hashcode
contract of an given object.Light is a concrete receiver.Mandatory is an annotation intended for use in unit tests and marks a
field as mandatory.Member is a class intended for use in unit tests.Member object with the given parameters.NotSerializable is a class intended for use in unit tests.OtherAnnotatedClass is a class intended for use in unit tests.OuterClass is a class intended for use in unit tests.OuterClass.InnerClass is a class intended for use in unit tests.Permission is a class intended for use in unit tests.Person is a class intended for use in unit tests.PersonDao is a class intended for use in unit tests.PremiumMember is a class intended for use in unit tests.PremiumMember object with the given parameters..Role is a class intended for use in unit tests.Roles is a class intended for use in unit tests.SomeClass is a class intended for use in unit tests.SqlTimestampDecorator is a Timestamp decorator.SubAnnotatedClass is a class intended for use in unit tests.Television is a class intended for use in unit tests.TestAnnotation is an annotation intended for use in unit tests.TestFieldAnnotation is an annotation intended for use in unit tests with a
field.TestMessagesExtensions generates any messages that are needed in test classes.TestMethodAnnotation is an annotation intended for use in unit tests with
one method.TestTypeAnnotation is an annotation intended for use in unit tests with
target type.ToStringEvaluator provides algorithms for evaluate the
Object.toString() method.Copyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.