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>
  • Constructor Details

    • StorageBlob

      public StorageBlob()
  • Method Details

    • client

      protected com.azure.storage.blob.BlobServiceClient client()
      Overrides:
      client in class Service<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