guigarage / ObserverPattern

Basic Java observer API
Apache License 2.0
7 stars 7 forks source link

Add a trivial LongObservableTest #15

Closed zimmi closed 7 years ago

hendrikebbers commented 7 years ago

Looks good :) Would beg perfect if you can add this directly to our unit tests. See https://github.com/guigarage/ObserverPattern/blob/master/impl/src/test/java/com/guigarage/observer/BasicObservableTest.java

hendrikebbers commented 7 years ago

:tada: