All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| AbstractExecutionStage |
|
| AfterClassSteps |
Deprecated. |
| AfterScenario |
Methods annotated with this hook, execute after every scenario execution completes.
|
| AfterSpec |
Methods annotated with this hook, execute after every Specification execution completes.
|
| AfterStep |
Methods annotated with this hook, execute after every Step execution completes.
|
| AfterSuite |
Methods annotated with this hook, execute after the entire suite (all specs) execution completes.
|
| AndMatcher |
|
| BeforeClassSteps |
Deprecated. |
| BeforeScenario |
Methods annotated with this hook, execute before every scenario execution completes.
|
| BeforeSpec |
Methods annotated with this hook, execute before every Specification execution completes.
|
| BeforeStep |
Methods annotated with this hook, execute before every Step execution completes.
|
| BeforeSuite |
Methods annotated with this hook, execute before the entire suite (all specs) execution completes.
|
| CacheFileRequestProcessor |
|
| ClassInitializer |
Interface to provide a Custom Class Initializer for managing Class Objects.
|
| ClassInitializerRegistry |
|
| ClassInstanceManager |
Manages class instance creation, lifetime and caching.
|
| ClasspathHelper |
|
| ClasspathScanner |
Scans the current Classpath and passes to all the scanners passed.
|
| ClearObjectCache |
|
| ContinueOnFailure |
Annotation added to methods which are Gauge Step implementations.
|
| CustomClassInitializerScanner |
|
| CustomParameterParser<T> |
Extension hook for custom parameter parser implementations.
|
| CustomScreenshotScanner |
Scans for a custom screenshot grabber.
|
| CustomScreenshotWriter |
Implement this interface to take Custom Screenshots on Failure.
|
| DataStore |
|
| DataStoreFactory |
Deprecated.
|
| DataStoreInitializer |
|
| DefaultClassInitializer |
|
| DefaultMessageProcessor |
|
| Diff |
|
| DynamicParametersReplacer |
|
| EnumParameterParser |
|
| ExecuteStepProcessor |
|
| ExecutionContext |
Gives the information about the current execution at runtime - spec, scenario, step that is running.
|
| ExecutionInfoMapper |
|
| ExecutionPipeline |
|
| ExecutionStage |
|
| ExecutorPool |
|
| FileHelper |
|
| FileModifier |
|
| Gauge |
|
| GaugeCommandFactory |
|
| GaugeConstant |
|
| GaugeJavaCommand |
|
| GaugeRuntime |
Holds Main for starting Gauge-java 1.
|
| Hook |
|
| HookExecutionStage |
|
| HooksExecutor |
|
| HooksRegistry |
|
| HooksScanner |
Scans for all Execution Hooks.
|
| ICustomScreenshotGrabber |
Deprecated. |
| IMessageProcessor |
|
| IScanner |
|
| JavaParseWorker |
|
| JavaRefactoring |
|
| JavaRefactoringElement |
|
| KillProcessProcessor |
|
| Logger |
|
| MessageCollector |
|
| MessageProcessorFactory |
Receives messages from gauge core and processes them using the relevant MessageProcessor and returns a
valid response.
|
| Messages |
|
| Messages.CacheFileRequest |
/ Request for caching a file.
|
| Messages.CacheFileRequest.Builder |
/ Request for caching a file.
|
| Messages.CacheFileRequest.FileStatus |
Protobuf enum gauge.messages.CacheFileRequest.FileStatus
|
| Messages.CacheFileRequestOrBuilder |
|
| Messages.Empty |
Empty is a blank response, to be used when there is no return expected.
|
| Messages.Empty.Builder |
Empty is a blank response, to be used when there is no return expected.
|
| Messages.EmptyOrBuilder |
|
| Messages.ExecuteStepRequest |
/ Request sent ot the runner to Execute a Step
|
| Messages.ExecuteStepRequest.Builder |
/ Request sent ot the runner to Execute a Step
|
| Messages.ExecuteStepRequestOrBuilder |
|
| Messages.ExecutionArg |
/ Contains command line arguments which passed by user during execution.
|
| Messages.ExecutionArg.Builder |
/ Contains command line arguments which passed by user during execution.
|
| Messages.ExecutionArgOrBuilder |
|
| Messages.ExecutionEndingRequest |
/ Sent at end of Suite Execution.
|
| Messages.ExecutionEndingRequest.Builder |
/ Sent at end of Suite Execution.
|
| Messages.ExecutionEndingRequestOrBuilder |
|
| Messages.ExecutionInfo |
/ Contains details of the execution.
|
| Messages.ExecutionInfo.Builder |
/ Contains details of the execution.
|
| Messages.ExecutionInfoOrBuilder |
|
| Messages.ExecutionStartingRequest |
/ Sent at start of Suite Execution.
|
| Messages.ExecutionStartingRequest.Builder |
/ Sent at start of Suite Execution.
|
| Messages.ExecutionStartingRequestOrBuilder |
|
| Messages.ExecutionStatusResponse |
/ Sends to any request which needs a execution status as response
/ usually step execution, hooks etc will return this
|
| Messages.ExecutionStatusResponse.Builder |
/ Sends to any request which needs a execution status as response
/ usually step execution, hooks etc will return this
|
| Messages.ExecutionStatusResponseOrBuilder |
|
| Messages.FileChanges |
/ Give all file changes to be made to file system
|
| Messages.FileChanges.Builder |
/ Give all file changes to be made to file system
|
| Messages.FileChangesOrBuilder |
|
| Messages.FileDiff |
/ Diffs to be applied to a file
|
| Messages.FileDiff.Builder |
/ Diffs to be applied to a file
|
| Messages.FileDiffOrBuilder |
|
| Messages.ImplementationFileGlobPatternRequest |
/ Request for getting Implementation file glob pattern
|
| Messages.ImplementationFileGlobPatternRequest.Builder |
/ Request for getting Implementation file glob pattern
|
| Messages.ImplementationFileGlobPatternRequestOrBuilder |
|
| Messages.ImplementationFileGlobPatternResponse |
/ Response for getting Implementation file glob pattern
|
| Messages.ImplementationFileGlobPatternResponse.Builder |
/ Response for getting Implementation file glob pattern
|
| Messages.ImplementationFileGlobPatternResponseOrBuilder |
|
| Messages.ImplementationFileListRequest |
/ Request for getting Implementation file list
|
| Messages.ImplementationFileListRequest.Builder |
/ Request for getting Implementation file list
|
| Messages.ImplementationFileListRequestOrBuilder |
|
| Messages.ImplementationFileListResponse |
/ Response for getting Implementation file list
|
| Messages.ImplementationFileListResponse.Builder |
/ Response for getting Implementation file list
|
| Messages.ImplementationFileListResponseOrBuilder |
|
| Messages.KeepAlive |
/ Tell gauge to reset the kill timer, thus extending the life
|
| Messages.KeepAlive.Builder |
/ Tell gauge to reset the kill timer, thus extending the life
|
| Messages.KeepAliveOrBuilder |
|
| Messages.KillProcessRequest |
/ Default request.
|
| Messages.KillProcessRequest.Builder |
/ Default request.
|
| Messages.KillProcessRequestOrBuilder |
|
| Messages.Message |
/ This is the message which gets transferred all the time
/ with proper message type set
/ One of the Request/Response fields will have value, depending on the MessageType set.
|
| Messages.Message.Builder |
/ This is the message which gets transferred all the time
/ with proper message type set
/ One of the Request/Response fields will have value, depending on the MessageType set.
|
| Messages.Message.MessageType |
Protobuf enum gauge.messages.Message.MessageType
|
| Messages.MessageOrBuilder |
|
| Messages.ParameterPosition |
/ Holds the new and old positions of a parameter.
|
| Messages.ParameterPosition.Builder |
/ Holds the new and old positions of a parameter.
|
| Messages.ParameterPositionOrBuilder |
|
| Messages.RefactorRequest |
/ Tells the runner to refactor the specified Step.
|
| Messages.RefactorRequest.Builder |
/ Tells the runner to refactor the specified Step.
|
| Messages.RefactorRequestOrBuilder |
|
| Messages.RefactorResponse |
/ Response of a RefactorRequest
|
| Messages.RefactorResponse.Builder |
/ Response of a RefactorRequest
|
| Messages.RefactorResponseOrBuilder |
|
| Messages.ScenarioDataStoreInitRequest |
/ Request runner to initialize Scenario DataStore
/ Scenario Datastore is reset after every Scenario execution.
|
| Messages.ScenarioDataStoreInitRequest.Builder |
/ Request runner to initialize Scenario DataStore
/ Scenario Datastore is reset after every Scenario execution.
|
| Messages.ScenarioDataStoreInitRequestOrBuilder |
|
| Messages.ScenarioExecutionEndingRequest |
/ Sent at end of Scenario Execution.
|
| Messages.ScenarioExecutionEndingRequest.Builder |
/ Sent at end of Scenario Execution.
|
| Messages.ScenarioExecutionEndingRequestOrBuilder |
|
| Messages.ScenarioExecutionStartingRequest |
/ Sent at start of Scenario Execution.
|
| Messages.ScenarioExecutionStartingRequest.Builder |
/ Sent at start of Scenario Execution.
|
| Messages.ScenarioExecutionStartingRequestOrBuilder |
|
| Messages.ScenarioInfo |
/ Contains details of the Scenario execution.
|
| Messages.ScenarioInfo.Builder |
/ Contains details of the Scenario execution.
|
| Messages.ScenarioInfoOrBuilder |
|
| Messages.SpecDataStoreInitRequest |
/ Request runner to initialize Spec DataStore
/ Spec Datastore is reset after every Spec execution.
|
| Messages.SpecDataStoreInitRequest.Builder |
/ Request runner to initialize Spec DataStore
/ Spec Datastore is reset after every Spec execution.
|
| Messages.SpecDataStoreInitRequestOrBuilder |
|
| Messages.SpecDetails |
Protobuf type gauge.messages.SpecDetails
|
| Messages.SpecDetails.Builder |
Protobuf type gauge.messages.SpecDetails
|
| Messages.SpecDetails.SpecDetail |
Protobuf type gauge.messages.SpecDetails.SpecDetail
|
| Messages.SpecDetails.SpecDetail.Builder |
Protobuf type gauge.messages.SpecDetails.SpecDetail
|
| Messages.SpecDetails.SpecDetailOrBuilder |
|
| Messages.SpecDetailsOrBuilder |
|
| Messages.SpecExecutionEndingRequest |
/ Sent at end of Spec Execution.
|
| Messages.SpecExecutionEndingRequest.Builder |
/ Sent at end of Spec Execution.
|
| Messages.SpecExecutionEndingRequestOrBuilder |
|
| Messages.SpecExecutionStartingRequest |
/ Sent at start of Spec Execution.
|
| Messages.SpecExecutionStartingRequest.Builder |
/ Sent at start of Spec Execution.
|
| Messages.SpecExecutionStartingRequestOrBuilder |
|
| Messages.SpecInfo |
/ Contains details of the Spec execution.
|
| Messages.SpecInfo.Builder |
/ Contains details of the Spec execution.
|
| Messages.SpecInfoOrBuilder |
|
| Messages.StepExecutionEndingRequest |
/ Sent at end of Step Execution.
|
| Messages.StepExecutionEndingRequest.Builder |
/ Sent at end of Step Execution.
|
| Messages.StepExecutionEndingRequestOrBuilder |
|
| Messages.StepExecutionStartingRequest |
/ Sent at start of Step Execution.
|
| Messages.StepExecutionStartingRequest.Builder |
/ Sent at start of Step Execution.
|
| Messages.StepExecutionStartingRequestOrBuilder |
|
| Messages.StepInfo |
/ Contains details of the Step execution.
|
| Messages.StepInfo.Builder |
/ Contains details of the Step execution.
|
| Messages.StepInfoOrBuilder |
|
| Messages.StepNameRequest |
/ Request for details on a Single Step.
|
| Messages.StepNameRequest.Builder |
/ Request for details on a Single Step.
|
| Messages.StepNameRequestOrBuilder |
|
| Messages.StepNameResponse |
/ Response to StepNameRequest.
|
| Messages.StepNameResponse.Builder |
/ Response to StepNameRequest.
|
| Messages.StepNameResponseOrBuilder |
|
| Messages.StepNamesRequest |
/ Requests Gauge to give all Step Names.
|
| Messages.StepNamesRequest.Builder |
/ Requests Gauge to give all Step Names.
|
| Messages.StepNamesRequestOrBuilder |
|
| Messages.StepNamesResponse |
/ Response to StepNamesRequest
|
| Messages.StepNamesResponse.Builder |
/ Response to StepNamesRequest
|
| Messages.StepNamesResponseOrBuilder |
|
| Messages.StepPositionsRequest |
/ Request for find step positions
|
| Messages.StepPositionsRequest.Builder |
/ Request for find step positions
|
| Messages.StepPositionsRequestOrBuilder |
|
| Messages.StepPositionsResponse |
/ Response for find step positions
|
| Messages.StepPositionsResponse.Builder |
/ Response for find step positions
|
| Messages.StepPositionsResponse.StepPosition |
/ Step position for each step implementation
|
| Messages.StepPositionsResponse.StepPosition.Builder |
/ Step position for each step implementation
|
| Messages.StepPositionsResponse.StepPositionOrBuilder |
|
| Messages.StepPositionsResponseOrBuilder |
|
| Messages.StepValidateRequest |
/ Request sent ot the runner to check if given Step is valid.
|
| Messages.StepValidateRequest.Builder |
/ Request sent ot the runner to check if given Step is valid.
|
| Messages.StepValidateRequestOrBuilder |
|
| Messages.StepValidateResponse |
/ Response of StepValidateRequest.
|
| Messages.StepValidateResponse.Builder |
/ Response of StepValidateRequest.
|
| Messages.StepValidateResponse.ErrorType |
Protobuf enum gauge.messages.StepValidateResponse.ErrorType
|
| Messages.StepValidateResponseOrBuilder |
|
| Messages.StubImplementationCodeRequest |
/ Request for injecting code snippet into implementation file
|
| Messages.StubImplementationCodeRequest.Builder |
/ Request for injecting code snippet into implementation file
|
| Messages.StubImplementationCodeRequestOrBuilder |
|
| Messages.SuiteDataStoreInitRequest |
/ Request runner to initialize Suite DataStore
/ Suite Datastore is reset after every Suite execution.
|
| Messages.SuiteDataStoreInitRequest.Builder |
/ Request runner to initialize Suite DataStore
/ Suite Datastore is reset after every Suite execution.
|
| Messages.SuiteDataStoreInitRequestOrBuilder |
|
| Messages.SuiteExecutionResult |
/ Result of the Suite Execution.
|
| Messages.SuiteExecutionResult.Builder |
/ Result of the Suite Execution.
|
| Messages.SuiteExecutionResultItem |
Protobuf type gauge.messages.SuiteExecutionResultItem
|
| Messages.SuiteExecutionResultItem.Builder |
Protobuf type gauge.messages.SuiteExecutionResultItem
|
| Messages.SuiteExecutionResultItemOrBuilder |
|
| Messages.SuiteExecutionResultOrBuilder |
|
| Messages.TextDiff |
/ A Single Replace Diff Element to be applied
|
| Messages.TextDiff.Builder |
/ A Single Replace Diff Element to be applied
|
| Messages.TextDiffOrBuilder |
|
| Messages.UnsupportedMessageResponse |
/ Response when a unsupported message request is sent.
|
| Messages.UnsupportedMessageResponse.Builder |
/ Response when a unsupported message request is sent.
|
| Messages.UnsupportedMessageResponseOrBuilder |
|
| MethodExecutionMessageProcessor |
|
| MethodExecutor |
|
| Operator |
Operator for performing Tag aggregation mechanism in Execution Hooks.
|
| OrMatcher |
|
| ParameterParser |
|
| ParameterParsingChain |
|
| ParametersExtractor |
|
| ParsingException |
|
| PrimitiveParameterParser |
|
| PrimitivesConverter |
|
| RefactoringException |
|
| RefactoringMethodVisitor |
|
| RefactoringResult |
|
| RefactorRequestProcessor |
|
| RegistryMethodVisitor |
|
| RowSizeMismatchException |
|
| RunnerGrpc |
|
| RunnerGrpc.RunnerBlockingStub |
|
| RunnerGrpc.RunnerFutureStub |
|
| RunnerGrpc.RunnerImplBase |
|
| RunnerGrpc.RunnerStub |
|
| RunnerServiceHandler |
|
| Scenario |
Holds the information about the current Scenario executing at Runtime.
|
| ScenarioDataStore |
|
| ScenarioExecutionEndingProcessor |
|
| ScenarioExecutionStartingProcessor |
|
| ScreenshotCollector |
|
| ScreenshotFactory |
Used to take screenshots on failure.
|
| Services |
|
| SetupCommand |
|
| SimpleTagMatcher |
|
| Spec |
|
| Spec.Error |
/ A proto object representing an error in spec/Scenario.
|
| Spec.Error.Builder |
/ A proto object representing an error in spec/Scenario.
|
| Spec.Error.ErrorType |
Protobuf enum gauge.messages.Error.ErrorType
|
| Spec.ErrorOrBuilder |
|
| Spec.ExecutionStatus |
/ Execution Status
|
| Spec.Fragment |
/ A proto object representing Fragment.
|
| Spec.Fragment.Builder |
/ A proto object representing Fragment.
|
| Spec.Fragment.FragmentType |
/ Enum representing the types of Fragment
|
| Spec.FragmentOrBuilder |
|
| Spec.Parameter |
/ A proto object representing Fragment.
|
| Spec.Parameter.Builder |
/ A proto object representing Fragment.
|
| Spec.Parameter.ParameterType |
/ Enum representing types of Parameter.
|
| Spec.ParameterOrBuilder |
|
| Spec.ProtoComment |
/ A proto object representing Comment.
|
| Spec.ProtoComment.Builder |
/ A proto object representing Comment.
|
| Spec.ProtoCommentOrBuilder |
|
| Spec.ProtoConcept |
/ Concept is a type of step, that can have multiple Steps.
|
| Spec.ProtoConcept.Builder |
/ Concept is a type of step, that can have multiple Steps.
|
| Spec.ProtoConceptOrBuilder |
|
| Spec.ProtoExecutionResult |
/ A proto object representing the result of an execution
|
| Spec.ProtoExecutionResult.Builder |
/ A proto object representing the result of an execution
|
| Spec.ProtoExecutionResult.ErrorType |
Protobuf enum gauge.messages.ProtoExecutionResult.ErrorType
|
| Spec.ProtoExecutionResultOrBuilder |
|
| Spec.ProtoHookFailure |
/ A proto object representing a pre-hook failure.
|
| Spec.ProtoHookFailure.Builder |
/ A proto object representing a pre-hook failure.
|
| Spec.ProtoHookFailureOrBuilder |
|
| Spec.ProtoItem |
/ Container for all valid Items under a Specification.
|
| Spec.ProtoItem.Builder |
/ Container for all valid Items under a Specification.
|
| Spec.ProtoItem.ItemType |
/ Enumerates various item types that the proto item can contain.
|
| Spec.ProtoItemOrBuilder |
|
| Spec.ProtoScenario |
/ A proto object representing a Scenario
|
| Spec.ProtoScenario.Builder |
/ A proto object representing a Scenario
|
| Spec.ProtoScenarioOrBuilder |
|
| Spec.ProtoScenarioResult |
/ A proto object representing the result of Scenario execution.
|
| Spec.ProtoScenarioResult.Builder |
/ A proto object representing the result of Scenario execution.
|
| Spec.ProtoScenarioResultOrBuilder |
|
| Spec.ProtoSpec |
/ A proto object representing a Specification
/ A specification can contain Scenarios or Steps, besides Comments
|
| Spec.ProtoSpec.Builder |
/ A proto object representing a Specification
/ A specification can contain Scenarios or Steps, besides Comments
|
| Spec.ProtoSpecOrBuilder |
|
| Spec.ProtoSpecResult |
/ A proto object representing the result of Spec execution.
|
| Spec.ProtoSpecResult.Builder |
/ A proto object representing the result of Spec execution.
|
| Spec.ProtoSpecResultOrBuilder |
|
| Spec.ProtoStep |
/ A proto object representing a Step
|
| Spec.ProtoStep.Builder |
/ A proto object representing a Step
|
| Spec.ProtoStepExecutionResult |
/ A proto object representing Step Execution result
|
| Spec.ProtoStepExecutionResult.Builder |
/ A proto object representing Step Execution result
|
| Spec.ProtoStepExecutionResultOrBuilder |
|
| Spec.ProtoStepOrBuilder |
|
| Spec.ProtoStepResult |
/ A proto object representing the result of Step execution.
|
| Spec.ProtoStepResult.Builder |
/ A proto object representing the result of Step execution.
|
| Spec.ProtoStepResultOrBuilder |
|
| Spec.ProtoStepValue |
/ A proto object representing a Step value.
|
| Spec.ProtoStepValue.Builder |
/ A proto object representing a Step value.
|
| Spec.ProtoStepValueOrBuilder |
|
| Spec.ProtoSuiteResult |
/ A proto object representing the result of entire Suite execution.
|
| Spec.ProtoSuiteResult.Builder |
/ A proto object representing the result of entire Suite execution.
|
| Spec.ProtoSuiteResultOrBuilder |
|
| Spec.ProtoTable |
/ A proto object representing Table.
|
| Spec.ProtoTable.Builder |
/ A proto object representing Table.
|
| Spec.ProtoTableDrivenScenario |
/ A proto object representing a TableDrivenScenario
|
| Spec.ProtoTableDrivenScenario.Builder |
/ A proto object representing a TableDrivenScenario
|
| Spec.ProtoTableDrivenScenarioOrBuilder |
|
| Spec.ProtoTableOrBuilder |
|
| Spec.ProtoTableRow |
/ A proto object representing Table.
|
| Spec.ProtoTableRow.Builder |
/ A proto object representing Table.
|
| Spec.ProtoTableRowOrBuilder |
|
| Spec.ProtoTags |
/ A proto object representing Tags
|
| Spec.ProtoTags.Builder |
/ A proto object representing Tags
|
| Spec.ProtoTagsOrBuilder |
|
| Spec.Span |
/ A proto object representing a Span of content
|
| Spec.Span.Builder |
/ A proto object representing a Span of content
|
| Spec.SpanOrBuilder |
|
| SpecDataStore |
|
| SpecExecutionEndingProcessor |
|
| SpecExecutionStartingProcessor |
|
| Specification |
Holds the information about the current Specification executing at runtime.
|
| StartCommand |
|
| StaticScanner |
|
| Step |
Annotation added to methods which are Gauge Step implementations.
|
| StepDetails |
Holds the information about the current step executing at runtime.
|
| StepExecutionEndingProcessor |
|
| StepExecutionStage |
|
| StepExecutionStartingProcessor |
|
| StepNameRequestProcessor |
|
| StepNamesRequestProcessor |
|
| StepPositionsRequestProcessor |
|
| StepRegistry |
|
| StepRegistryEntry |
|
| StepsScanner |
Scans for step implementations.
|
| StepsUtil |
|
| StepValue |
|
| StringToPrimitiveConverter |
|
| StubImplementationCodeProcessor |
|
| SuiteDataStore |
|
| SuiteExecutionEndingProcessor |
|
| SuiteExecutionStartingProcessor |
|
| Table |
Custom Table structure used as parameter in steps.
|
| TableCell |
This class represents a single table cell object containing
the cell's column name and its associated value.
|
| TableConverter |
|
| TableParameterParser |
|
| TableRow |
Represents a Row of Data in a Table.
|
| TagMatcher |
|
| Util |
|
| ValidateStepProcessor |
|