Event Dispatcher
v0.1.6-beta.1
Project that offers a small library that allows to subscribe and fire events.
|
The Testable class represents a testable type used by other classes for the use of their own tests.
<T> | the type of objects that this object may be tested to |
Definition at line 9 of file Testable.java.
Public Member Functions | |
T | createValue () |
T 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.
Implemented in EqualsTest.PersonObjectEqualsTest, and EqualsTest.ObservedValueEqualsTest.