Package io.keploy.client
Class GrpcClient
java.lang.Object
io.keploy.client.GrpcClient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCapture(io.keploy.grpc.stubs.Service.TestCaseReq testCaseReq) voidCaptureTestCases(io.keploy.regression.KeployInstance ki, String reqBody, String resBody, Map<String, String> params, io.keploy.grpc.stubs.Service.HttpResp httpResp) booleanvoidList<io.keploy.grpc.stubs.Service.TestCase>fetch()io.keploy.grpc.stubs.Service.HttpResp.Buildervoidput(io.keploy.grpc.stubs.Service.TestCaseReq testCaseReq) io.keploy.grpc.stubs.Service.HttpRespsimulate(io.keploy.grpc.stubs.Service.TestCase testCase) voidTest()
-
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
- Throws:
Exception
-
put
- 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
- Throws:
Exception
-
Test
- Throws:
Exception
-
start
-
end
-
fetch
-
check
- Throws:
Exception
-