Index
All Classes and Interfaces|All Packages
A
- addFilePart(String, File) - Method in class io.keploy.service.HttpPostMultipart
- addFormField(String, String) - Method in class io.keploy.service.HttpPostMultipart
- AppPath - Static variable in class io.keploy.service.GrpcService
B
- blockingStub - Static variable in class io.keploy.service.GrpcService
C
- Capture(Service.TestCaseReq.Builder, Map<String, List<MultipartContent>>, Service.HttpReq.Builder) - Static method in class io.keploy.service.GrpcService
-
This method runs in threads asynchronously and sends request to Server to capture tests and mocks
- CaptureTestCases(String, Map<String, String>, Service.HttpResp, String, Map<String, List<MultipartContent>>) - Static method in class io.keploy.service.GrpcService
-
Modifies all the test cases and mocks that are present into the format which GRPC accepts and send request to GRPC to save tests and mocks that are recorded
- channel - Static variable in class io.keploy.service.GrpcService
- check(String, Service.TestCase) - Static method in class io.keploy.service.GrpcService
-
Starts the simulate for every test case and compared with the response recorded before
- Config - Class in io.keploy.service.mock
-
This is a config class for mocking feature which provides all the configurations required for mocking feature.
- Config() - Constructor for class io.keploy.service.mock.Config
- CTX - Static variable in class io.keploy.service.mock.Config
D
- denoise(String, Service.TestCaseReq) - Static method in class io.keploy.service.GrpcService
-
Denoising while recording test cases
- determineFilePath(String) - Static method in class io.keploy.service.GrpcService
- doesFollowAcceptanceRegex(Service.TestCaseReq) - Static method in class io.keploy.service.GrpcService
-
Does follow acceptance regex boolean.
- doesFollowRejectionRegex(Service.TestCaseReq) - Static method in class io.keploy.service.GrpcService
-
Does follow rejection regex boolean.
E
- end(String, boolean) - Static method in class io.keploy.service.GrpcService
-
Send request to server that test run is done.
F
- fetch() - Static method in class io.keploy.service.GrpcService
-
Fetch all the test cases and mocks that are recorded
- finish() - Method in class io.keploy.service.HttpPostMultipart
G
- GetAllMocks(Service.GetMockReq) - Static method in class io.keploy.service.mock.MockLib
-
Gets all the mocks in the test mode from the server
- GetResp(String) - Static method in class io.keploy.service.GrpcService
- getSimulateResponseBody(HttpURLConnection) - Static method in class io.keploy.service.GrpcService
- GrpcService - Class in io.keploy.service
-
This is a service class.
- GrpcService() - Constructor for class io.keploy.service.GrpcService
-
Initialising GRPC server ang Keploy instance
H
- HttpPostMultipart - Class in io.keploy.service
- HttpPostMultipart(String, HttpURLConnection) - Constructor for class io.keploy.service.HttpPostMultipart
I
- io.keploy.service - package io.keploy.service
- io.keploy.service.mock - package io.keploy.service.mock
- isSuccessfulResponse(HttpURLConnection) - Static method in class io.keploy.service.GrpcService
- isValidTestCaseToBeRecorded(Service.TestCaseReq) - Static method in class io.keploy.service.GrpcService
-
Is valid test case to be recorded boolean.
M
- MockId - Static variable in class io.keploy.service.mock.Config
- MockLib - Class in io.keploy.service.mock
-
This is a service class used by Mocking feature.
- MockLib(String) - Constructor for class io.keploy.service.mock.MockLib
-
Initialising Keploy instance and GRPC server
- MockPath - Static variable in class io.keploy.service.mock.Config
- mode - Static variable in class io.keploy.service.mock.Config
N
- Name - Static variable in class io.keploy.service.mock.Config
- NewContext() - Method in class io.keploy.service.mock.MockLib
-
Set the context according to the Keploy mode i.e.
O
P
- Path - Static variable in class io.keploy.service.mock.Config
- put(Service.TestCaseReq) - Static method in class io.keploy.service.GrpcService
-
This method sends the testcases to the server
- PutMock(String, Service.Mock) - Static method in class io.keploy.service.mock.MockLib
-
Send recorded mocks to the server
S
- saveFile(String, byte[]) - Static method in class io.keploy.service.GrpcService
- simulate(Service.TestCase) - Static method in class io.keploy.service.GrpcService
-
This method runs each test on client application in test mode by setting mocks and data in context.
- start(String) - Static method in class io.keploy.service.GrpcService
-
Provides the test run id
- StartRecordingMocks(String, String, String, Boolean) - Static method in class io.keploy.service.mock.MockLib
T
- Test() - Static method in class io.keploy.service.GrpcService
-
Starts testing of the recorded test cases
All Classes and Interfaces|All Packages