Inheritance diagram for edu.cmu.hcii.calo.test.PackTest:
Public Member Functions | |
void | setUp () throws Exception |
Setup method. | |
void | tearDown () throws Exception |
Teardown method. | |
void | testAddPack () throws Exception |
Tests adding a Pack to the manager. | |
void | testChangePack () throws Exception |
Tests changing a Pack that's in the manager. | |
void | testRemovePack () throws Exception |
Tests removing a Pack from the manager. | |
void | testUnmanaged () throws Exception |
Tests unmanaged Packs. | |
Private Member Functions | |
Pack | quickAddPack () |
Adds a Pack to the manager, waits for and clears out any resulting Messages, and returns the Pack. |
void edu.cmu.hcii.calo.test.PackTest.setUp | ( | ) | throws Exception |
Setup method.
java.lang.Exception |
void edu.cmu.hcii.calo.test.PackTest.tearDown | ( | ) | throws Exception |
Teardown method.
java.lang.Exception |
void edu.cmu.hcii.calo.test.PackTest.testAddPack | ( | ) | throws Exception |
Tests adding a Pack to the manager.
Exception |
void edu.cmu.hcii.calo.test.PackTest.testChangePack | ( | ) | throws Exception |
Tests changing a Pack that's in the manager.
Exception |
void edu.cmu.hcii.calo.test.PackTest.testRemovePack | ( | ) | throws Exception |
Tests removing a Pack from the manager.
Exception |
void edu.cmu.hcii.calo.test.PackTest.testUnmanaged | ( | ) | throws Exception |
Tests unmanaged Packs.
Exception |
Pack edu.cmu.hcii.calo.test.PackTest.quickAddPack | ( | ) | [private] |
Adds a Pack to the manager, waits for and clears out any resulting Messages, and returns the Pack.