org.apache.activemq.openwire.tool
Class TestDataGenerator
java.lang.Object
org.apache.activemq.openwire.tool.TestDataGenerator
public class TestDataGenerator
- extends Object
A simple helper class to help auto-generate test data when code generating test cases
- Version:
- $Revision: 1.1 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestDataGenerator
public TestDataGenerator()
createByte
public String createByte()
createChar
public String createChar()
createShort
public String createShort()
createInt
public int createInt()
createLong
public long createLong()
createString
public String createString(String property)
createBool
public boolean createBool()
createByteArray
public String createByteArray(String property)
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.