FactoryTest FactoryTest(
$methodName
)
|
|
Parameters:
void testGetAllImplementationIds(
)
|
|
Register an implementation, get all implementation ids
void testGetAllImplementationIdsWithHint(
)
|
|
void testGetFactoryDefinitionHints(
)
|
|
void testInactiveModule(
)
|
|
void testMissingInstance(
)
|
|
Register an implementation, try to create new instance but expect an
empty instance
void testMissingInstanceNoClass(
)
|
|
Register an implementation, try to create new instance but expect an
empty instance
Register an implementation, create new instance
void testNewInstanceByHint(
)
|
|
Register an implementation, create instance by hint
void testNewInstanceByHintDefault(
)
|
|
Register an implementation, create instance by default hint
void testNewInstanceByHintList(
)
|
|
Register an implementation, create instance by hint list
void testNewInstanceById(
)
|
|
Register an implementation, create instance by id
void testNewInstanceNoClass(
)
|
|
Register an implementation, create new instance given only class type
void testRegisterFactoryImplementationForRequest(
)
|
|
void testRegisterFactoryImplementationForRequestDeleteCache(
)
|
|
void testUpdateFactoryDefinitionHints(
)
|
|