MXUnit 2.1.3 (Generated: 09/27/2012)

mxunit.framework
Class MockFactoryFactory

WEB-INF.cftags.component
        extended by mxunit.framework.MockFactoryFactory

public class MockFactoryFactory
extends WEB-INF.cftags.component

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

MockFactoryFactory

public any MockFactoryFactory([any frameworkName=''])

Parameters:
frameworkName

_$throw

public any _$throw([any type], [any message], [any detail])

Parameters:
type
message
detail

findMockFactory

public any findMockFactory([any frameworkName])

Parameters:
frameworkName

getConfig

public any getConfig([any name])

Parameters:
name

getFactory

public any getFactory()


setFactory

public any setFactory([any mockPath])

Parameters:
mockPath

MXUnit 2.1.3 (Generated: 09/27/2012)