net.sf.molae.pipe.test
Class TestValueFactory

java.lang.Object
  extended by net.sf.molae.pipe.test.TestValueFactory

public class TestValueFactory
extends Object

Creates a dummy object of type T.

Since:
2.0

Constructor Summary
TestValueFactory()
           
 
Method Summary
static
<T> T
newObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestValueFactory

public TestValueFactory()
Method Detail

newObject

public static <T> T newObject()