Package io.keploy.service
Class GrpcService
java.lang.Object
io.keploy.service.GrpcService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidCapture(Service.TestCaseReq testCaseReq) static voidCaptureTestCases(KeployInstance ki, String reqBody, Map<String, String> params, Service.HttpResp httpResp, String protocolType) static booleancheck(String testrunId, Service.TestCase tc) static voiddenoise(String id, Service.TestCaseReq testCaseReq) static Stringstatic List<Service.TestCase>fetch()static Service.HttpResp.Builderstatic voidput(Service.TestCaseReq testCaseReq) static Service.HttpRespsimulate(Service.TestCase testCase) static Stringstatic voidTest()
-
Field Details
-
channel
public static io.grpc.ManagedChannel channel
-
-
Constructor Details
-
GrpcService
public GrpcService()
-
-
Method Details
-
CaptureTestCases
public static void CaptureTestCases(KeployInstance ki, String reqBody, Map<String, String> params, Service.HttpResp httpResp, String protocolType) -
Capture
-
put
-
denoise
-
simulate
-
GetResp
-
Test
public static void Test() -
start
-
end
-
fetch
-
check
-