Uses of Class
net.thucydides.model.domain.DataTable
Packages that use DataTable
Package
Description
The Thucydides domain model, which represents acceptance test runs.
-
Uses of DataTable in net.thucydides.model.domain
Methods in net.thucydides.model.domain that return DataTableModifier and TypeMethodDescriptionDataTable.DataTableBuilder.build()DataTable.containingOnlyRowsWithTagsFrom(Collection<TestTag> filterTags) TestOutcome.getDataTable()Methods in net.thucydides.model.domain with parameters of type DataTableModifier and TypeMethodDescriptionvoidTestOutcome.addDataFrom(DataTable newDataTable) voidTestOutcome.addNewExamplesFrom(DataTable table) voidTestOutcome.useExamplesFrom(DataTable table) Constructors in net.thucydides.model.domain with parameters of type DataTableModifierConstructorDescriptionprotectedTestOutcome(ZonedDateTime startTime, long duration, String title, String description, String name, String id, String scenarioId, String methodName, Class<?> testCase, List<TestStep> testSteps, List<String> issues, List<String> additionalIssues, List<CastMember> actors, Set<TestTag> tags, TestTag featureTag, Story userStory, FailureCause testFailureCause, String testFailureClassname, String testFailureMessage, String testFailureSummary, TestResult annotatedResult, DataTable dataTable, Optional<String> qualifier, String driver, boolean manualTest, boolean isManualTestingUpToDate, String lastTested, List<String> testEvidence, String projectKey, EnvironmentVariables environmentVariables, ExternalLink externalLink, String context, String testSource) -
Uses of DataTable in net.thucydides.model.steps
Methods in net.thucydides.model.steps with parameters of type DataTableModifier and TypeMethodDescriptionvoidStepListener.addNewExamplesFrom(DataTable table) If multiple tables are used, this method will add any new rows to the test datavoidStepListenerAdapter.addNewExamplesFrom(DataTable table) voidStepListener.useExamplesFrom(DataTable table) The current scenario is a data-driven scenario using test data from the specified table.voidStepListenerAdapter.useExamplesFrom(DataTable table)