Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Unit Tests for BlobRemoveAction Class #4

Open
kerbymart opened this issue Feb 28, 2024 · 0 comments
Open

Add Unit Tests for BlobRemoveAction Class #4

kerbymart opened this issue Feb 28, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@kerbymart
Copy link
Member

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:

  1. Instantiation: Test that the BlobRemoveAction class can be instantiated correctly, and that all initial values are set as expected.

  2. Method functionality: For each method in the BlobRemoveAction class, write tests that confirm the method works as expected under normal conditions.

  3. Edge cases: Consider edge cases and write tests for them. For example, what happens if we pass null or unexpected values to the methods?

  4. Error handling: Test that the class handles errors gracefully and as expected.

@kerbymart kerbymart added the enhancement New feature or request label Feb 28, 2024
@kerbymart kerbymart self-assigned this Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant