Uses of Interface
com.testomatio.reporter.client.ApiInterface
-
Packages that use ApiInterface Package Description com.testomatio.reporter.client com.testomatio.reporter.core.batch -
-
Uses of ApiInterface in com.testomatio.reporter.client
Classes in com.testomatio.reporter.client that implement ApiInterface Modifier and Type Class Description classDefaultApiClientHTTP client for Testomat.io API operations.Methods in com.testomatio.reporter.client that return ApiInterface Modifier and Type Method Description ApiInterfaceClientFactory. createClient()Creates configured API client instance.ApiInterfaceTestomatClientFactory. createClient() -
Uses of ApiInterface in com.testomatio.reporter.core.batch
Constructors in com.testomatio.reporter.core.batch with parameters of type ApiInterface Constructor Description BatchResultManager(ApiInterface apiClient, String runUid)Creates batch result manager with configurable settings.
-