public class ExampleTables extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ExampleTables.OptionalFields |
static interface |
ExampleTables.WithHeaders |
Modifier and Type | Method and Description |
---|---|
static void |
clear() |
static ExampleTables |
getCurrentExampleTable() |
List<String> |
getHeaders() |
DataTable |
getTable() |
static boolean |
isUsingAnExampleTable() |
void |
start() |
void |
testFinishes(TestLifecycleEvents.TestFinished testFinished) |
static ExampleTables.WithHeaders |
useExampleTable() |
public DataTable getTable()
public static ExampleTables.WithHeaders useExampleTable()
public static boolean isUsingAnExampleTable()
public static ExampleTables getCurrentExampleTable()
public static void clear()
public void start()
public void testFinishes(TestLifecycleEvents.TestFinished testFinished)
Copyright © 2021. All rights reserved.