|
MXUnit 2.1.3 (Generated: 09/27/2012) | ||||
FRAMES |
WEB-INF.cftags.componentmxunit.framework.MockFactoryFactory
public class MockFactoryFactory
Fetches mock frameworks for tests. Test writers should not have to deal with this object directly. Use mock(...) instead
Method Summary | |
---|---|
any |
MockFactoryFactory([any frameworkName=''])
|
any |
_$throw([any type], [any message], [any detail])
|
any |
findMockFactory([any frameworkName])
|
any |
getConfig([any name])
|
any |
getFactory()
|
any |
setFactory([any mockPath])
|
Methods inherited from class WEB-INF.cftags.component |
---|
|
Method Detail |
---|
public any MockFactoryFactory([any frameworkName=''])
frameworkName
public any _$throw([any type], [any message], [any detail])
type
message
detail
public any findMockFactory([any frameworkName])
frameworkName
public any getConfig([any name])
name
public any getFactory()
public any setFactory([any mockPath])
mockPath
|
MXUnit 2.1.3 (Generated: 09/27/2012) | ||||
FRAMES |