Class Generate
- java.lang.Object
-
- com.chutneytesting.action.function.Generate
-
public class Generate extends Object
-
-
Constructor Summary
Constructors Constructor Description Generate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringfile()Stringfile(int fileSize)Stringfile(String destination, int fileSize)Stringid(int length, String suffix)Stringid(String prefix, int length)Stringid(String prefix, int length, String suffix)StringrandomInt(int bound)StringrandomLong()Stringuuid()
-
-
-
Method Detail
-
uuid
public String uuid()
-
randomLong
public String randomLong()
-
randomInt
public String randomInt(int bound)
-
file
public String file() throws IOException
- Throws:
IOException
-
file
public String file(int fileSize) throws IOException
- Throws:
IOException
-
file
public String file(String destination, int fileSize) throws IOException
- Throws:
IOException
-
-