Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Service has the following methods:
/** * test method for simulating a sick/dead member */ void beSick(); /** * test method for simulating a sick/dead member */ void playDead(); /** * test method for simulating a sick/dead member */ void beHealthy();
It doesn't make sense for all services to have to implement these, especially since most services make these a no-op. Let's cast where we know what we're looking for instead.