Package services.gui
Class GroupServiceTest
- java.lang.Object
-
- services.gui.GroupServiceTest
-
public class GroupServiceTest extends java.lang.ObjectUnit tests for GroupService.
-
-
Constructor Summary
Constructors Constructor Description GroupServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtoggleGroupFixed_noChangeWhenAlreadyFixed_andFixedTrue()voidtoggleGroupFixed_noChangeWhenAlreadyStarted_andFixedFalse()voidtoggleGroupFixed_setsFixedWhenStarted_andFixedTrue()voidtoggleGroupFixed_setsStartedWhenFixed_andFixedFalse()
-
-
-
Method Detail
-
setUp
public void setUp()
-
toggleGroupFixed_setsFixedWhenStarted_andFixedTrue
public void toggleGroupFixed_setsFixedWhenStarted_andFixedTrue()
-
toggleGroupFixed_setsStartedWhenFixed_andFixedFalse
public void toggleGroupFixed_setsStartedWhenFixed_andFixedFalse()
-
toggleGroupFixed_noChangeWhenAlreadyFixed_andFixedTrue
public void toggleGroupFixed_noChangeWhenAlreadyFixed_andFixedTrue()
-
toggleGroupFixed_noChangeWhenAlreadyStarted_andFixedFalse
public void toggleGroupFixed_noChangeWhenAlreadyStarted_andFixedFalse()
-
-