TestCasesServiceBase class abstract

Constructors

TestCasesServiceBase()

Properties

$name String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
batchDeleteTestCases(ServiceCall call, BatchDeleteTestCasesRequest request) Future<Empty>
batchDeleteTestCases_Pre(ServiceCall call, Future<BatchDeleteTestCasesRequest> request) Future<Empty>
batchRunTestCases(ServiceCall call, BatchRunTestCasesRequest request) Future<Operation>
batchRunTestCases_Pre(ServiceCall call, Future<BatchRunTestCasesRequest> request) Future<Operation>
calculateCoverage(ServiceCall call, CalculateCoverageRequest request) Future<CalculateCoverageResponse>
calculateCoverage_Pre(ServiceCall call, Future<CalculateCoverageRequest> request) Future<CalculateCoverageResponse>
createTestCase(ServiceCall call, CreateTestCaseRequest request) Future<TestCase>
createTestCase_Pre(ServiceCall call, Future<CreateTestCaseRequest> request) Future<TestCase>
exportTestCases(ServiceCall call, ExportTestCasesRequest request) Future<Operation>
exportTestCases_Pre(ServiceCall call, Future<ExportTestCasesRequest> request) Future<Operation>
getTestCase(ServiceCall call, GetTestCaseRequest request) Future<TestCase>
getTestCase_Pre(ServiceCall call, Future<GetTestCaseRequest> request) Future<TestCase>
importTestCases(ServiceCall call, ImportTestCasesRequest request) Future<Operation>
importTestCases_Pre(ServiceCall call, Future<ImportTestCasesRequest> request) Future<Operation>
listTestCaseResults(ServiceCall call, ListTestCaseResultsRequest request) Future<ListTestCaseResultsResponse>
listTestCaseResults_Pre(ServiceCall call, Future<ListTestCaseResultsRequest> request) Future<ListTestCaseResultsResponse>
listTestCases(ServiceCall call, ListTestCasesRequest request) Future<ListTestCasesResponse>
listTestCases_Pre(ServiceCall call, Future<ListTestCasesRequest> request) Future<ListTestCasesResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
runTestCase(ServiceCall call, RunTestCaseRequest request) Future<Operation>
runTestCase_Pre(ServiceCall call, Future<RunTestCaseRequest> request) Future<Operation>
toString() String
A string representation of this object.
inherited
updateTestCase(ServiceCall call, UpdateTestCaseRequest request) Future<TestCase>
updateTestCase_Pre(ServiceCall call, Future<UpdateTestCaseRequest> request) Future<TestCase>

Operators

operator ==(Object other) bool
The equality operator.
inherited