Create a Test Case
✏️ Create a Test Case
A test case in Merunit defines how your function should behave.
Steps
- Inside your project, click New Test Case.
- Define:
- Function name
- Input(s)
- Expected output
- You can add multiple input-output pairs to cover edge cases.
- Hit Save.
Merunit will generate the function signature and test logic automatically.