C - API Client classpublic abstract class AbstractTestBuilderAuthentication<C> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTestBuilderAuthentication(AbstractTestBuilder<C> testBuilder)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract C |
createClient()
Creates an API client
|
protected AbstractTestBuilder<C> |
getTestBuilder()
Returns test builder
|
protected AbstractTestBuilderAuthentication(AbstractTestBuilder<C> testBuilder)
testBuilder - test builderprotected AbstractTestBuilder<C> getTestBuilder()
protected abstract C createClient() throws IOException
IOException - thrown when authentication failsCopyright © 2019 Metatavu Oy. All rights reserved.