public class BaseDefinition extends Object
| Constructor and Description |
|---|
BaseDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
beToldAssertion(String field,
String value) |
void |
insertData(String beanName,
String name,
List<List<String>> table) |
void |
searchFlow(long id,
String name) |
@Given(value="insert following {string} in database by using {string}")
public void insertData(String beanName,
String name,
List<List<String>> table)
throws Exception
Exception@When(value="I search this flow, which id is {long} with {string}")
public void searchFlow(long id,
String name)
Copyright © 2022. All rights reserved.