Package com.testomatio.reporter.client
Interface ClientFactory
-
- All Known Implementing Classes:
TestomatClientFactory
public interface ClientFactoryFactory for creating API client instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApiInterfacecreateClient()Creates configured API client instance.
-
-
-
Method Detail
-
createClient
ApiInterface createClient()
Creates configured API client instance.- Returns:
- API client implementation
-
-