public final class TestGeneratorUtils
extends java.lang.Object
Constructor and Description |
---|
TestGeneratorUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
randomiseUnusedInputs(EfsmModule efsmModule,
Vector inputVector)
Adds a transaction with randomised inputs to the specified vector.
|
public static void randomiseUnusedInputs(EfsmModule efsmModule, Vector inputVector)
efsmModule
- the EFSM module whose inputs are testedinputVector
- a vector to be supplemented with random transactionjava.lang.IllegalArgumentException
- if at least one argument is null