Skip to content

Commit

Permalink
Feat: Added JavaDoc for when necessary in CharityRegistry in Test class
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianBalunan committed Mar 4, 2026
1 parent 30c5e48 commit 0baccdd
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,17 @@

import static org.junit.jupiter.api.Assertions.*;

/**
* UnitTest for CharityRegistry class
*
* @author Adrian Balunan
*/

public class CharityRegistryTest {
private CharityRegistry registry;
private Charity charity;

/* Setting up variables */
@BeforeEach
public void setup(){
registry = new CharityRegistry();
Expand Down

0 comments on commit 0baccdd

Please sign in to comment.