Package group
Class GroupAdministrationTest
- java.lang.Object
-
- group.GroupAdministrationTest
-
public class GroupAdministrationTest extends java.lang.ObjectUnit tests for GroupAdministration.
-
-
Constructor Summary
Constructors Constructor Description GroupAdministrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcloseGroupChannel_onlyIfDispatcherExists()voidjoin_createsNewGroupWhenNoneExists_andSendsJoined()voidjoin_usesExistingGroup_andSendsJoinedIfDispatcherPresent()voidleave_finishesGroup_whenHistoryReachesMaxTotal_andClearsSessionData()voidleave_movesToHistory_closesChannel_andSendsLeft()voidleaveGroup_noop_whenNoGroupStudyOrNoActiveGroup()voidreassign_noOtherGroup_returnsFalse()voidreassign_success_movesMembershipAndChannel()voidsetUp()
-
-
-
Method Detail
-
setUp
public void setUp()
-
join_createsNewGroupWhenNoneExists_andSendsJoined
public void join_createsNewGroupWhenNoneExists_andSendsJoined()
-
join_usesExistingGroup_andSendsJoinedIfDispatcherPresent
public void join_usesExistingGroup_andSendsJoinedIfDispatcherPresent()
-
leaveGroup_noop_whenNoGroupStudyOrNoActiveGroup
public void leaveGroup_noop_whenNoGroupStudyOrNoActiveGroup()
-
leave_movesToHistory_closesChannel_andSendsLeft
public void leave_movesToHistory_closesChannel_andSendsLeft()
-
closeGroupChannel_onlyIfDispatcherExists
public void closeGroupChannel_onlyIfDispatcherExists()
-
reassign_success_movesMembershipAndChannel
public void reassign_success_movesMembershipAndChannel()
-
reassign_noOtherGroup_returnsFalse
public void reassign_noOtherGroup_returnsFalse()
-
leave_finishesGroup_whenHistoryReachesMaxTotal_andClearsSessionData
public void leave_finishesGroup_whenHistoryReachesMaxTotal_andClearsSessionData()
-
-