Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package hivemind.test

Interface Summary
IMultipleService Used when testing Registry.getService(java.lang.Class)
INonExistentService Used when testing Registry.getService(java.lang.Class)
IUniqueService Used when testing Registry.getService(java.lang.Class)
 

Class Summary
FrameworkTestCase Base class for framework tests.
LocatableFixture Used with TestHiveMindFindLocation.
MultipleServiceImpl Used when testing Registry.getService(java.lang.Class)
NonExistentServiceImpl Used when testing Registry.getService(java.lang.Class)
PrivateBean Used when testing org.apache.hivemind.impl.CreateClassServiceConstructor as a bean which can't be instantiated.
SimpleBean  
SimpleModuleDescriptorProvider An implementation of the org.apache.hivemind.ModuleDescriptorProvider interface convenient for testing purposes.
TestContains Tests Registry.contains functionality.
TestDependency Tests the module dependencies (specified using <dependency.>).
TestHiveMindFindLocation Tests the method HiveMind.findLocation(Object[])>HiveMind.findLocation(Object[]) 55 .
TestLocation Test the org.apache.hivemind.impl.LocationImpl class.
TestMisc Additional tests to fill in minor code coverage gaps.
TestRegistryBuilder Tests the org.apache.hivemind.impl.RegistryBuilder class.
TestServicesByInterface Tests the Registry.getService(java.lang.Class) functionality.
TestSubModule Tests the ability for a module to include <sub-module>s.
UniqueServiceImpl Used when testing Registry.getService(java.lang.Class)