public final class TestBaseUtils
extends java.lang.Object
TestBaseUtils
provides utility methods for solving general-purpose tasks related
to TestBase.Modifier and Type | Method and Description |
---|---|
static TestData |
newRandomTestData(TestBaseQuery query)
Generates random test data for the specified TestBase query.
|
public static TestData newRandomTestData(TestBaseQuery query)
TestData
object.query
- TestBase query to be processed.java.lang.IllegalArgumentException
- if the argument is code null
; if any of the unknown
variables in the TestBase query bindings is not represented by a bit vector.