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
-
-
Constructor Summary
Constructors Constructor Description TestDataGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
createBool()
String
createByte()
String
createByteArray(String property)
String
createChar()
int
createInt()
long
createLong()
String
createShort()
String
createString(String property)
-