Package gauge.messages
Class Spec
- java.lang.Object
-
- gauge.messages.Spec
-
public final class Spec extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSpec.Error/ A proto object representing an error in spec/Scenario.static interfaceSpec.ErrorOrBuilderstatic classSpec.ExecutionStatus/ Execution Statusstatic classSpec.Fragment/ A proto object representing Fragment.static interfaceSpec.FragmentOrBuilderstatic classSpec.Parameter/ A proto object representing Fragment.static interfaceSpec.ParameterOrBuilderstatic classSpec.ProtoComment/ A proto object representing Comment.static interfaceSpec.ProtoCommentOrBuilderstatic classSpec.ProtoConcept/ Concept is a type of step, that can have multiple Steps.static interfaceSpec.ProtoConceptOrBuilderstatic classSpec.ProtoExecutionResult/ A proto object representing the result of an executionstatic interfaceSpec.ProtoExecutionResultOrBuilderstatic classSpec.ProtoHookFailure/ A proto object representing a pre-hook failure.static interfaceSpec.ProtoHookFailureOrBuilderstatic classSpec.ProtoItem/ Container for all valid Items under a Specification.static interfaceSpec.ProtoItemOrBuilderstatic classSpec.ProtoScenario/ A proto object representing a Scenariostatic interfaceSpec.ProtoScenarioOrBuilderstatic classSpec.ProtoScenarioResult/ A proto object representing the result of Scenario execution.static interfaceSpec.ProtoScenarioResultOrBuilderstatic classSpec.ProtoSpec/ A proto object representing a Specification / A specification can contain Scenarios or Steps, besides Commentsstatic interfaceSpec.ProtoSpecOrBuilderstatic classSpec.ProtoSpecResult/ A proto object representing the result of Spec execution.static interfaceSpec.ProtoSpecResultOrBuilderstatic classSpec.ProtoStep/ A proto object representing a Stepstatic classSpec.ProtoStepExecutionResult/ A proto object representing Step Execution resultstatic interfaceSpec.ProtoStepExecutionResultOrBuilderstatic interfaceSpec.ProtoStepOrBuilderstatic classSpec.ProtoStepResult/ A proto object representing the result of Step execution.static interfaceSpec.ProtoStepResultOrBuilderstatic classSpec.ProtoStepValue/ A proto object representing a Step value.static interfaceSpec.ProtoStepValueOrBuilderstatic classSpec.ProtoSuiteResult/ A proto object representing the result of entire Suite execution.static interfaceSpec.ProtoSuiteResultOrBuilderstatic classSpec.ProtoTable/ A proto object representing Table.static classSpec.ProtoTableDrivenScenario/ A proto object representing a TableDrivenScenariostatic interfaceSpec.ProtoTableDrivenScenarioOrBuilderstatic interfaceSpec.ProtoTableOrBuilderstatic classSpec.ProtoTableRow/ A proto object representing Table.static interfaceSpec.ProtoTableRowOrBuilderstatic classSpec.ProtoTags/ A proto object representing Tagsstatic interfaceSpec.ProtoTagsOrBuilderstatic classSpec.Span/ A proto object representing a Span of contentstatic interfaceSpec.SpanOrBuilder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.protobuf.Descriptors.FileDescriptorgetDescriptor()static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry)static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
-
-
Method Detail
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
-
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-
-