| Modifier and Type | Method and Description |
|---|---|
static TestKit.TestStatement |
TestKit.TestStatement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestKit.TestStatement[] |
TestKit.TestStatement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default String |
TestKit.doGetSql(TestKit.TestStatement statement)
Customization hook to obtain a SQL text for a
TestKit.TestStatement. |
default String |
TestKit.expand(TestKit.TestStatement statement,
Object... args)
Obtain and expand SQL text for a
TestKit.TestStatement. |
Copyright © 2022. All rights reserved.