Class GrpcClient

java.lang.Object
io.keploy.client.GrpcClient

public class GrpcClient extends Object
  • Constructor Details

    • GrpcClient

      public GrpcClient()
  • Method Details

    • CaptureTestCases

      public void CaptureTestCases(io.keploy.regression.KeployInstance ki, String reqBody, String resBody, Map<String,String> params, io.keploy.grpc.stubs.Service.HttpResp httpResp) throws Exception
      Throws:
      Exception
    • Capture

      public void Capture(io.keploy.grpc.stubs.Service.TestCaseReq testCaseReq) throws Exception
      Throws:
      Exception
    • put

      public void put(io.keploy.grpc.stubs.Service.TestCaseReq testCaseReq) throws Exception
      Throws:
      Exception
    • denoise

      public void denoise(String id, io.keploy.grpc.stubs.Service.TestCaseReq testCaseReq) throws Exception
      Throws:
      Exception
    • simulate

      public io.keploy.grpc.stubs.Service.HttpResp simulate(io.keploy.grpc.stubs.Service.TestCase testCase) throws Exception
      Throws:
      Exception
    • GetResp

      public io.keploy.grpc.stubs.Service.HttpResp.Builder GetResp(String id) throws Exception
      Throws:
      Exception
    • Test

      public void Test() throws Exception
      Throws:
      Exception
    • start

      public String start(String total)
    • end

      public String end(String id, boolean status)
    • fetch

      public List<io.keploy.grpc.stubs.Service.TestCase> fetch()
    • check

      public boolean check(String runId, io.keploy.grpc.stubs.Service.TestCase tc) throws Exception
      Throws:
      Exception