Event Dispatcher
v0.1.6-beta.1
Project that offers a small library that allows to subscribe and fire events.
|
Definition at line 34 of file EqualsTest.java.
Public Member Functions | |
ObservedValue< Integer > | createValue () |
ObservedValue< Integer > | createNotEqualValue () |
![]() | |
default void | equalValueItself () |
default void | notEqualNullValue () |
default void | notEqualDifferentValue () |
Private Member Functions | |
ObservedValue< Integer > | createObservedValue (int value) |
ObservedValue<Integer> 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 37 of file EqualsTest.java.
ObservedValue<Integer> 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 50 of file EqualsTest.java.
|
private |
Definition at line 62 of file EqualsTest.java.