-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The actions package classes, specifically the BlobRemoveAction class, currently lack unit tests.
Here's a brief outline of what the tests for BlobRemoveAction could cover:
-
Instantiation: Test that the
BlobRemoveActionclass can be instantiated correctly, and that all initial values are set as expected. -
Method functionality: For each method in the
BlobRemoveActionclass, write tests that confirm the method works as expected under normal conditions. -
Edge cases: Consider edge cases and write tests for them. For example, what happens if we pass null or unexpected values to the methods?
-
Error handling: Test that the class handles errors gracefully and as expected.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request