Commit Graph

6 Commits

Author SHA1 Message Date
20cb861129 Adds tests for notify method.
Current codebase is fully tested.

Next steps :
Add Coverage
Then go for Json

Think about json scheme for custom notification later on
2012-10-24 19:25:12 +02:00
074028f757 Adds tests for unsubscribe method 2012-10-24 18:36:28 +02:00
f446f5df6f Adds tests for Observable and subscribe methods.
Complete tests for Observer and Observable
2012-10-24 18:32:22 +02:00
f856e2e9fc Adds test coverage for update and message fields in Observer 2012-10-24 17:20:09 +02:00
2d1e71c132 Starts addind tests to codeBase
Adds tests for Observer

TODO:
Test subscription and unsubscription
2012-10-24 17:14:45 +02:00
b4a6fed3b4 Starts working on Observerpattern in json.
Writes README
prepares test file
Removes all dumb prints in the classes
2012-10-23 18:37:44 +02:00