Event Dispatcher
v0.1.6-beta.1
Project that offers a small library that allows to subscribe and fire events.
|
Definition at line 71 of file EqualsTest.java.
Public Member Functions | |
PersonObject | createValue () |
PersonObject | createNotEqualValue () |
![]() | |
default void | equalValueItself () |
default void | notEqualNullValue () |
default void | notEqualDifferentValue () |
Package Functions | |
void | beforeAll () |
Package Attributes | |
RandomString | randString |
Private Member Functions | |
PersonObject | createRandomPersonObject () |
|
package |
Definition at line 76 of file EqualsTest.java.
PersonObject createValue | ( | ) |
Creates and returns a value used for testing.
This method should be implemented to guarantee the correct execution of the classes that rely on this method.
Implements Testable< T >.
Definition at line 81 of file EqualsTest.java.
PersonObject createNotEqualValue | ( | ) |
Creates and returns a non equal value to use in the equality tests.
This method should return a value not equal to the returned by Testable#createValue for its correct execution.
Implements EqualsContract< T >.
Definition at line 94 of file EqualsTest.java.
|
private |
Definition at line 106 of file EqualsTest.java.
|
package |
Definition at line 73 of file EqualsTest.java.