Test Functionality

📌 Your Tasks
- Write the Equivalence Class Partition (EP/EC) for one input variable of the addStudent functionality.
- Write JUnit tests for 2 of the identified (EP/EC)
- Push the project to a 'gitea' repository
- Run the Jenkins job which runs the tests and generates the test report
📌 Resources
📋 Equivalence Class Partitions Table
| Equivalence Class | Example Inputs | Expected Output | Notes |
|---|---|---|---|
| ✅ E1: Valid Prime Numbers | 2, 3, 5, 7, 11, ... | true | |
| ❌ E2: Non-Prime Natural Numbers | ... | ? | |
| ❌ ... | ... | ... |
📄 Download the EquivalenceClassPartitions.doc
📥 EquivalenceClassPartitions.doc