Class StorageBlob
java.lang.Object
software.tnb.common.service.Service<AzureAccount,com.azure.storage.blob.BlobServiceClient,StorageBlobValidation>
software.tnb.azure.storage.blob.service.StorageBlob
- All Implemented Interfaces:
org.junit.jupiter.api.extension.AfterAllCallback,org.junit.jupiter.api.extension.BeforeAllCallback,org.junit.jupiter.api.extension.Extension
@AutoService(StorageBlob.class)
public class StorageBlob
extends Service<AzureAccount,com.azure.storage.blob.BlobServiceClient,StorageBlobValidation>
-
Field Summary
Fields inherited from class software.tnb.common.service.Service
account, client, validation -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class software.tnb.common.service.Service
account, validation
-
Constructor Details
-
StorageBlob
public StorageBlob()
-
-
Method Details
-
client
protected com.azure.storage.blob.BlobServiceClient client()- Overrides:
clientin classService<AzureAccount,com.azure.storage.blob.BlobServiceClient, StorageBlobValidation>
-
afterAll
public void afterAll(org.junit.jupiter.api.extension.ExtensionContext extensionContext) throws Exception - Throws:
Exception
-
beforeAll
public void beforeAll(org.junit.jupiter.api.extension.ExtensionContext extensionContext) throws Exception - Throws:
Exception
-