Event Dispatcher  v0.1.6-beta.1
Project that offers a small library that allows to subscribe and fire events.
Testable< T >

Detailed Description

The Testable class represents a testable type used by other classes for the use of their own tests.

Parameters
<T>the type of objects that this object may be tested to

Definition at line 9 of file Testable.java.

+ Inheritance diagram for Testable< T >:

Public Member Functions

createValue ()
 

Member Function Documentation

◆ 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.

Returns
the created value

Implemented in EqualsTest.PersonObjectEqualsTest, and EqualsTest.ObservedValueEqualsTest.