Uses of Class
gauge.messages.Spec.ProtoTableDrivenScenario.Builder
Packages that use Spec.ProtoTableDrivenScenario.Builder
-
Uses of Spec.ProtoTableDrivenScenario.Builder in gauge.messages
Methods in gauge.messages that return Spec.ProtoTableDrivenScenario.BuilderModifier and TypeMethodDescriptionSpec.ProtoTableDrivenScenario.Builder.clear()Spec.ProtoTableDrivenScenario.Builder.clearIsScenarioTableDriven()/ Executed against a scenario data tableSpec.ProtoTableDrivenScenario.Builder.clearIsSpecTableDriven()/ Executed against a spec data tableSpec.ProtoTableDrivenScenario.Builder.clearScenario()/ Scenario under Table driven executionSpec.ProtoTableDrivenScenario.Builder.clearScenarioDataTable()/ Holds the scenario data tableSpec.ProtoTableDrivenScenario.Builder.clearScenarioTableRow()/ Hold the row of scenario data table.Spec.ProtoTableDrivenScenario.Builder.clearScenarioTableRowIndex()/ Row Index of scenario data table against which the current scenario is executedSpec.ProtoTableDrivenScenario.Builder.clearTableRowIndex()/ Row Index of data table against which the current scenario is executedSpec.ProtoItem.Builder.getTableDrivenScenarioBuilder()/ Holds the TableDrivenScenario definition.Spec.ProtoTableDrivenScenario.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Spec.ProtoTableDrivenScenario.Builder.mergeFrom(com.google.protobuf.Message other) Spec.ProtoTableDrivenScenario.Builder.mergeFrom(Spec.ProtoTableDrivenScenario other) Spec.ProtoTableDrivenScenario.Builder.mergeScenario(Spec.ProtoScenario value) / Scenario under Table driven executionSpec.ProtoTableDrivenScenario.Builder.mergeScenarioDataTable(Spec.ProtoTable value) / Holds the scenario data tableSpec.ProtoTableDrivenScenario.Builder.mergeScenarioTableRow(Spec.ProtoTable value) / Hold the row of scenario data table.Spec.ProtoTableDrivenScenario.newBuilder()Spec.ProtoTableDrivenScenario.newBuilder(Spec.ProtoTableDrivenScenario prototype) Spec.ProtoTableDrivenScenario.newBuilderForType()protected Spec.ProtoTableDrivenScenario.BuilderSpec.ProtoTableDrivenScenario.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Spec.ProtoTableDrivenScenario.Builder.setIsScenarioTableDriven(boolean value) / Executed against a scenario data tableSpec.ProtoTableDrivenScenario.Builder.setIsSpecTableDriven(boolean value) / Executed against a spec data tableSpec.ProtoTableDrivenScenario.Builder.setScenario(Spec.ProtoScenario value) / Scenario under Table driven executionSpec.ProtoTableDrivenScenario.Builder.setScenario(Spec.ProtoScenario.Builder builderForValue) / Scenario under Table driven executionSpec.ProtoTableDrivenScenario.Builder.setScenarioDataTable(Spec.ProtoTable value) / Holds the scenario data tableSpec.ProtoTableDrivenScenario.Builder.setScenarioDataTable(Spec.ProtoTable.Builder builderForValue) / Holds the scenario data tableSpec.ProtoTableDrivenScenario.Builder.setScenarioTableRow(Spec.ProtoTable value) / Hold the row of scenario data table.Spec.ProtoTableDrivenScenario.Builder.setScenarioTableRow(Spec.ProtoTable.Builder builderForValue) / Hold the row of scenario data table.Spec.ProtoTableDrivenScenario.Builder.setScenarioTableRowIndex(int value) / Row Index of scenario data table against which the current scenario is executedSpec.ProtoTableDrivenScenario.Builder.setTableRowIndex(int value) / Row Index of data table against which the current scenario is executedSpec.ProtoTableDrivenScenario.toBuilder()Methods in gauge.messages with parameters of type Spec.ProtoTableDrivenScenario.BuilderModifier and TypeMethodDescriptionSpec.ProtoItem.Builder.setTableDrivenScenario(Spec.ProtoTableDrivenScenario.Builder builderForValue) / Holds the TableDrivenScenario definition.