Uses of Class
org.ourgrid.common.exception.NotEnoughGumSpecsException

Packages that use NotEnoughGumSpecsException
org.ourgrid.test   
 

Uses of NotEnoughGumSpecsException in org.ourgrid.test
 

Methods in org.ourgrid.test that throw NotEnoughGumSpecsException
 java.util.List<GumSpec> TestUtils.getGumSpecs(int numberOfGums, java.lang.String type)
          Returns a List containing GuMSpecs that were defined as usable in the test.properties file.
 void LocalPeerTest.setUp()