Uses of Class
org.apache.nlpcraft.model.tools.test.NCTestClientBuilder
-
Packages that use NCTestClientBuilder Package Description org.apache.nlpcraft.model.tools.test Contains model testing framework. -
-
Uses of NCTestClientBuilder in org.apache.nlpcraft.model.tools.test
Methods in org.apache.nlpcraft.model.tools.test that return NCTestClientBuilder Modifier and Type Method Description NCTestClientBuilder
NCTestClientBuilder. newBuilder()
Creates new builder instance with all defaults set.NCTestClientBuilder
NCTestClientBuilder. setBaseUrl(String baseUrl)
Sets non-default API base URL.NCTestClientBuilder
NCTestClientBuilder. setEmbeddedMode(boolean embedded)
Sets the embedded probe mode flag.NCTestClientBuilder
NCTestClientBuilder. setHttpClientSupplier(Supplier<org.apache.http.impl.client.CloseableHttpClient> cliSup)
Sets non-defaultCloseableHttpClient
custom supplier.NCTestClientBuilder
NCTestClientBuilder. setRequestConfig(org.apache.http.client.config.RequestConfig reqCfg)
Sets optional HTTP REST client configuration parameters.NCTestClientBuilder
NCTestClientBuilder. setResponseLog(boolean respLog)
Sets whether or not to log responses from the probe.NCTestClientBuilder
NCTestClientBuilder. setUser(String email, String pswd)
Sets non-default user credentials.
-