marcuspocus / hazelcast

Hazelcast is a dropin replacement for the Play! Framework cache. Hazelcast provide also some other services like Clustered Executors, Maps, AtomicNumbers, Topics, Queues, etc...
http://www.playframework.com/modules/hazelcast
22 stars 9 forks source link

Quick Question #12

Open abhishekShukla opened 9 years ago

abhishekShukla commented 9 years ago

I see that you have a "test" folder in here. How do you run these tests? If this module is used in application code, how do you manage to run these tests from the application "test"?

I use play (1.3) regularly now and I can seem to come up with a good way to manage tests in my modules. Writing junit tests for applications (not modules) though is straight forward.