TestCasesClient class

Constructors

TestCasesClient(ClientChannel channel, {CallOptions? options, Iterable<ClientInterceptor>? interceptors})

Properties

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

Methods

$createCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options}) → ClientCall<Q, R>
inherited
$createStreamingCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options}) → ResponseStream<R>
inherited
$createUnaryCall<Q, R>(ClientMethod<Q, R> method, Q request, {CallOptions? options}) → ResponseFuture<R>
inherited
batchDeleteTestCases(BatchDeleteTestCasesRequest request, {CallOptions? options}) → ResponseFuture<Empty>
batchRunTestCases(BatchRunTestCasesRequest request, {CallOptions? options}) → ResponseFuture<Operation>
calculateCoverage(CalculateCoverageRequest request, {CallOptions? options}) → ResponseFuture<CalculateCoverageResponse>
createTestCase(CreateTestCaseRequest request, {CallOptions? options}) → ResponseFuture<TestCase>
exportTestCases(ExportTestCasesRequest request, {CallOptions? options}) → ResponseFuture<Operation>
getTestCase(GetTestCaseRequest request, {CallOptions? options}) → ResponseFuture<TestCase>
importTestCases(ImportTestCasesRequest request, {CallOptions? options}) → ResponseFuture<Operation>
listTestCaseResults(ListTestCaseResultsRequest request, {CallOptions? options}) → ResponseFuture<ListTestCaseResultsResponse>
listTestCases(ListTestCasesRequest request, {CallOptions? options}) → ResponseFuture<ListTestCasesResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
runTestCase(RunTestCaseRequest request, {CallOptions? options}) → ResponseFuture<Operation>
toString() String
A string representation of this object.
inherited
updateTestCase(UpdateTestCaseRequest request, {CallOptions? options}) → ResponseFuture<TestCase>

Operators

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