quarkiverse / quarkus-azure-services

Quarkus extensions for Azure services
Apache License 2.0
13 stars 17 forks source link

Refine unit tests of storage-blob-extension #117

Closed majguo closed 1 year ago

majguo commented 1 year ago

The extension doesn't support live reload, so StorageBlobDevModeTest.java which includes a QuarkusDevModeTest makes no sense and it's removed in the PR. Meanwhile, enhance the unit test in StorageBlobTest.java by merging the test case from the original StorageBlobDevModeTest.java.

Signed-off-by: Jianguo Ma jiangma@microsoft.com