DefaultTestFactory constructor

DefaultTestFactory()

Create a new instance of the factory.

Implementation

DefaultTestFactory() : super() {
  registerAsType(DefaultTestFactory.ShutdownDescriptor, Shutdown);
}