Griffon 0.9.5-rc2

griffon.test.mock
[Groovy] Class MockNodeFactory

java.lang.Object
  groovy.util.AbstractFactory
      griffon.test.mock.MockNodeFactory

class MockNodeFactory
extends AbstractFactory

Trivial implementation of a node factory. Always returns an empty map

Authors:
Andres Almiray


Constructor Summary
MockNodeFactory()

 
Method Summary
Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)

 
Methods inherited from class AbstractFactory
setParent, isLeaf, setChild, onFactoryRegistration, isHandlesNodeChildren, onNodeChildren, onHandleNodeAttributes, onNodeCompleted, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, newInstance
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

MockNodeFactory

MockNodeFactory()


 
Method Detail

newInstance

Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)


 

Groovy Documentation