public final class TestUtilities extends Object
| Constructor and Description |
|---|
TestUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T[] |
aList(T... objects)
Create an array of elements.
|
static String |
aString(int length)
Create a string of a given length.
|
static String |
join(String delimiter,
Object[] array)
Create a String from an Array.
|
public static String aString(int length)
length - the desired length.public static <T> T[] aList(T... objects)
T - The type of the elements.objects - Params of elements to add to the list.Copyright © 2022. All rights reserved.