createTestCase abstract method

Future<TestCase> createTestCase(
  1. ServiceCall call,
  2. CreateTestCaseRequest request
)

Implementation

$async.Future<$10.TestCase> createTestCase(
    $grpc.ServiceCall call, $10.CreateTestCaseRequest request);