Package gauge.messages
Interface Spec.ProtoSpecResultOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Spec.ProtoSpecResult,Spec.ProtoSpecResult.Builder
- Enclosing class:
- Spec
public static interface Spec.ProtoSpecResultOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Spec.ErrorgetErrors(int index)/ Holds parse, validation and skipped errors.intgetErrorsCount()/ Holds parse, validation and skipped errors.List<Spec.Error>getErrorsList()/ Holds parse, validation and skipped errors.Spec.ErrorOrBuildergetErrorsOrBuilder(int index)/ Holds parse, validation and skipped errors.List<? extends Spec.ErrorOrBuilder>getErrorsOrBuilderList()/ Holds parse, validation and skipped errors.longgetExecutionTime()/ Holds the time taken for executing the spec.booleangetFailed()/ Flag to indicate failureintgetFailedDataTableRows(int index)/ Holds the row numbers, which caused the execution to fail.intgetFailedDataTableRowsCount()/ Holds the row numbers, which caused the execution to fail.List<Integer>getFailedDataTableRowsList()/ Holds the row numbers, which caused the execution to fail.Spec.ProtoSpecgetProtoSpec()/ Represents the corresponding SpecificationSpec.ProtoSpecOrBuildergetProtoSpecOrBuilder()/ Represents the corresponding SpecificationintgetScenarioCount()/ Holds the number of Scenarios executedintgetScenarioFailedCount()/ Holds the number of Scenarios failedintgetScenarioSkippedCount()/ Holds the number of Scenarios skippedbooleangetSkipped()/ Flag to indicate if spec is skippedintgetSkippedDataTableRows(int index)/ Holds the row numbers, for which the execution skipped.intgetSkippedDataTableRowsCount()/ Holds the row numbers, for which the execution skipped.List<Integer>getSkippedDataTableRowsList()/ Holds the row numbers, for which the execution skipped.StringgetTimestamp()/ Holds the timestamp of event starting.com.google.protobuf.ByteStringgetTimestampBytes()/ Holds the timestamp of event starting.booleanhasProtoSpec()/ Represents the corresponding Specification-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasProtoSpec
boolean hasProtoSpec()
/ Represents the corresponding Specification
.gauge.messages.ProtoSpec protoSpec = 1;
-
getProtoSpec
Spec.ProtoSpec getProtoSpec()
/ Represents the corresponding Specification
.gauge.messages.ProtoSpec protoSpec = 1;
-
getProtoSpecOrBuilder
Spec.ProtoSpecOrBuilder getProtoSpecOrBuilder()
/ Represents the corresponding Specification
.gauge.messages.ProtoSpec protoSpec = 1;
-
getScenarioCount
int getScenarioCount()
/ Holds the number of Scenarios executed
int32 scenarioCount = 2;
-
getScenarioFailedCount
int getScenarioFailedCount()
/ Holds the number of Scenarios failed
int32 scenarioFailedCount = 3;
-
getFailed
boolean getFailed()
/ Flag to indicate failure
bool failed = 4;
-
getFailedDataTableRowsList
List<Integer> getFailedDataTableRowsList()
/ Holds the row numbers, which caused the execution to fail.
repeated int32 failedDataTableRows = 5;
-
getFailedDataTableRowsCount
int getFailedDataTableRowsCount()
/ Holds the row numbers, which caused the execution to fail.
repeated int32 failedDataTableRows = 5;
-
getFailedDataTableRows
int getFailedDataTableRows(int index)
/ Holds the row numbers, which caused the execution to fail.
repeated int32 failedDataTableRows = 5;
-
getExecutionTime
long getExecutionTime()
/ Holds the time taken for executing the spec.
int64 executionTime = 6;
-
getSkipped
boolean getSkipped()
/ Flag to indicate if spec is skipped
bool skipped = 7;
-
getScenarioSkippedCount
int getScenarioSkippedCount()
/ Holds the number of Scenarios skipped
int32 scenarioSkippedCount = 8;
-
getSkippedDataTableRowsList
List<Integer> getSkippedDataTableRowsList()
/ Holds the row numbers, for which the execution skipped.
repeated int32 skippedDataTableRows = 9;
-
getSkippedDataTableRowsCount
int getSkippedDataTableRowsCount()
/ Holds the row numbers, for which the execution skipped.
repeated int32 skippedDataTableRows = 9;
-
getSkippedDataTableRows
int getSkippedDataTableRows(int index)
/ Holds the row numbers, for which the execution skipped.
repeated int32 skippedDataTableRows = 9;
-
getErrorsList
List<Spec.Error> getErrorsList()
/ Holds parse, validation and skipped errors.
repeated .gauge.messages.Error errors = 10;
-
getErrors
Spec.Error getErrors(int index)
/ Holds parse, validation and skipped errors.
repeated .gauge.messages.Error errors = 10;
-
getErrorsCount
int getErrorsCount()
/ Holds parse, validation and skipped errors.
repeated .gauge.messages.Error errors = 10;
-
getErrorsOrBuilderList
List<? extends Spec.ErrorOrBuilder> getErrorsOrBuilderList()
/ Holds parse, validation and skipped errors.
repeated .gauge.messages.Error errors = 10;
-
getErrorsOrBuilder
Spec.ErrorOrBuilder getErrorsOrBuilder(int index)
/ Holds parse, validation and skipped errors.
repeated .gauge.messages.Error errors = 10;
-
getTimestamp
String getTimestamp()
/ Holds the timestamp of event starting.
string timestamp = 11;
-
getTimestampBytes
com.google.protobuf.ByteString getTimestampBytes()
/ Holds the timestamp of event starting.
string timestamp = 11;
-
-