- removeAllLeechers() - Method in class org.ballerinalang.test.context.BServerInstance
-
Removes all added log leechers from this instance.
- removeAllLeechers() - Method in class org.ballerinalang.test.context.ServerLogReader
-
Removes all added log leechers from this instance.
- Request - Class in org.ballerinalang.test.agent.server
-
The Request class provides convenience helpers to the underyling
HTTP Request.
- Request(FullHttpRequest) - Constructor for class org.ballerinalang.test.agent.server.Request
-
Creates a new Request.
- Response - Class in org.ballerinalang.test.agent.server
-
Response object to respond.
- Response() - Constructor for class org.ballerinalang.test.agent.server.Response
-
- ResponseHandler - Class in org.ballerinalang.test.util.client
-
A Netty handler for reading the responses sent by the server.
- ResponseHandler() - Constructor for class org.ballerinalang.test.util.client.ResponseHandler
-
- Route - Class in org.ballerinalang.test.agent.server
-
The Route class represents a single entry in the RouteTable.
- run() - Method in class org.ballerinalang.test.context.ServerLogReader
-
This will get executed when log reading is started.
- runMain(String) - Method in interface org.ballerinalang.test.context.BMain
-
Run ballerina main function provided .bal file.
- runMain(String, LogLeecher[]) - Method in interface org.ballerinalang.test.context.BMain
-
Run ballerina main function provided .bal file.
- runMain(String, String[], String[]) - Method in interface org.ballerinalang.test.context.BMain
-
Run ballerina main function provided .bal file.
- runMain(String, String[], String[], LogLeecher[]) - Method in interface org.ballerinalang.test.context.BMain
-
Run ballerina main function provided .bal file.
- runMain(String, String[], String[], Map<String, String>, String[]) - Method in interface org.ballerinalang.test.context.BMain
-
Run ballerina main function provided .bal file.
- runMain(String, String[], String[], Map<String, String>, String[], LogLeecher[]) - Method in interface org.ballerinalang.test.context.BMain
-
Run ballerina main function provided .bal file.
- runMain(String, String) - Method in interface org.ballerinalang.test.context.BMain
-
Run ballerina main function provided bal package.
- runMain(String, String, LogLeecher[]) - Method in interface org.ballerinalang.test.context.BMain
-
Run ballerina main function provided bal package.
- runMain(String, String, String[], String[]) - Method in interface org.ballerinalang.test.context.BMain
-
Run ballerina main function provided bal package.
- runMain(String, String, String[], String[], LogLeecher[]) - Method in interface org.ballerinalang.test.context.BMain
-
Run ballerina main function provided bal package.
- runMain(String, String, String[], String[], Map<String, String>, String[]) - Method in interface org.ballerinalang.test.context.BMain
-
Run ballerina main function provided bal package.
- runMain(String, String, String[], String[], Map<String, String>, String[], LogLeecher[]) - Method in interface org.ballerinalang.test.context.BMain
-
Run ballerina main function provided bal package.
- runMain(String) - Method in class org.ballerinalang.test.context.BMainInstance
-
- runMain(String, LogLeecher[]) - Method in class org.ballerinalang.test.context.BMainInstance
-
- runMain(String, String[], String[]) - Method in class org.ballerinalang.test.context.BMainInstance
-
- runMain(String, String[], String[], LogLeecher[]) - Method in class org.ballerinalang.test.context.BMainInstance
-
- runMain(String, String[], String[], Map<String, String>, String[]) - Method in class org.ballerinalang.test.context.BMainInstance
-
- runMain(String, String[], String[], Map<String, String>, String[], LogLeecher[]) - Method in class org.ballerinalang.test.context.BMainInstance
-
- runMain(String, String) - Method in class org.ballerinalang.test.context.BMainInstance
-
- runMain(String, String, LogLeecher[]) - Method in class org.ballerinalang.test.context.BMainInstance
-
- runMain(String, String, String[], String[]) - Method in class org.ballerinalang.test.context.BMainInstance
-
- runMain(String, String, String[], String[], LogLeecher[]) - Method in class org.ballerinalang.test.context.BMainInstance
-
- runMain(String, String, String[], String[], Map<String, String>, String[]) - Method in class org.ballerinalang.test.context.BMainInstance
-
- runMain(String, String, String[], String[], Map<String, String>, String[], LogLeecher[]) - Method in class org.ballerinalang.test.context.BMainInstance
-
- runMain(String, String[], Map<String, String>, String[], LogLeecher[], String) - Method in class org.ballerinalang.test.context.BMainInstance
-
Executing the sh or bat file to start the server.
- runMainAndReadStdOut(String, String[], String) - Method in class org.ballerinalang.test.context.BMainInstance
-
Executing the sh or bat file to start the server and returns the logs printed to stdout.
- sendChunkRequest(FullHttpRequest) - Method in class org.ballerinalang.test.util.client.HttpClient
-
- sendExpectContinueRequest(DefaultHttpRequest, DefaultLastHttpContent) - Method in class org.ballerinalang.test.util.client.HttpClient
-
- sendMultiplePipelinedRequests(String) - Method in class org.ballerinalang.test.util.client.HttpClient
-
Send pipelined requests to the server and do not expect a response hence a latch shouldn't be set in response
handler for channel read.
- sendPipeLinedRequests(String) - Method in class org.ballerinalang.test.util.client.HttpClient
-
Send pipelined requests to the server.
- sendRequest(FullHttpRequest) - Method in class org.ballerinalang.test.util.client.HttpClient
-
- sendTwoInPipeline(FullHttpRequest) - Method in class org.ballerinalang.test.util.client.HttpClient
-
- SERVER_PID_FILE_NAME - Static variable in class org.ballerinalang.test.context.Constant
-
- ServerLogReader - Class in org.ballerinalang.test.context
-
The log reader which reads the ballerina log and passes them to the test suite.
- ServerLogReader(String, InputStream) - Constructor for class org.ballerinalang.test.context.ServerLogReader
-
Initialize the reader with reader name and stream to read.
- SERVICE_FILE_EXTENSION - Static variable in class org.ballerinalang.test.context.Constant
-
- SERVICE_SAMPLE_DIR - Static variable in class org.ballerinalang.test.context.Constant
-
- setData(String) - Method in class org.ballerinalang.test.util.HttpResponse
-
- setHeaders(Map<String, String>) - Method in class org.ballerinalang.test.util.HttpResponse
-
- setLatch(CountDownLatch) - Method in class org.ballerinalang.test.util.client.ResponseHandler
-
- setResponseCode(int) - Method in class org.ballerinalang.test.util.HttpResponse
-
- setResponseMessage(String) - Method in class org.ballerinalang.test.util.HttpResponse
-
- shutdownServer() - Method in interface org.ballerinalang.test.context.BServer
-
Stops the server started by startServer method.
- shutdownServer() - Method in class org.ballerinalang.test.context.BServerInstance
-
Stop the server instance which is started by start method.
- start() - Method in class org.ballerinalang.test.agent.server.WebServer
-
Starts the web server.
- start() - Method in class org.ballerinalang.test.context.ServerLogReader
-
Start reading the stream.
- startAgentServer() - Static method in class org.ballerinalang.test.agent.BallerinaServerAgent
-
Start the agent server for managing the server.
- startServer(String) - Method in interface org.ballerinalang.test.context.BServer
-
Start ballerina server passing provided .bal files.
- startServer(String, int[]) - Method in interface org.ballerinalang.test.context.BServer
-
Start ballerina server passing provided .bal files.
- startServer(String, String[], int[]) - Method in interface org.ballerinalang.test.context.BServer
-
Start ballerina server passing provided .bal files.
- startServer(String, String[], Map<String, String>, int[]) - Method in interface org.ballerinalang.test.context.BServer
-
Start ballerina server passing provided .bal files.
- startServer(String, String) - Method in interface org.ballerinalang.test.context.BServer
-
Start ballerina server passing provided bal package.
- startServer(String, String, int[]) - Method in interface org.ballerinalang.test.context.BServer
-
Start ballerina server passing provided bal package.
- startServer(String, String, String[], int[]) - Method in interface org.ballerinalang.test.context.BServer
-
Start ballerina server passing provided bal package.
- startServer(String, String, String[], Map<String, String>, int[]) - Method in interface org.ballerinalang.test.context.BServer
-
Start ballerina server passing provided bal package.
- startServer(String) - Method in class org.ballerinalang.test.context.BServerInstance
-
- startServer(String, int[]) - Method in class org.ballerinalang.test.context.BServerInstance
-
- startServer(String, String[], int[]) - Method in class org.ballerinalang.test.context.BServerInstance
-
- startServer(String, String[], Map<String, String>, int[]) - Method in class org.ballerinalang.test.context.BServerInstance
-
- startServer(String, String) - Method in class org.ballerinalang.test.context.BServerInstance
-
- startServer(String, String, int[]) - Method in class org.ballerinalang.test.context.BServerInstance
-
- startServer(String, String, String[], int[]) - Method in class org.ballerinalang.test.context.BServerInstance
-
- startServer(String, String, String[], Map<String, String>, int[]) - Method in class org.ballerinalang.test.context.BServerInstance
-
- stop() - Method in class org.ballerinalang.test.context.ServerLogReader
-
Stop reading the stream.
- SYSTEM_PROP_BASE_DIR - Static variable in class org.ballerinalang.test.context.Constant
-
- SYSTEM_PROP_SERVER_ZIP - Static variable in class org.ballerinalang.test.context.Constant
-