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

[TEST] Implement JUnit Testing for Instrumental and Local Testing #65

Open
5 tasks
youssef-ahmmed opened this issue Apr 29, 2023 · 0 comments
Open
5 tasks
Assignees
Labels
backend Bussiness Logic frontend Test Testing

Comments

@youssef-ahmmed
Copy link
Collaborator

youssef-ahmmed commented Apr 29, 2023

For Instrumental

Testing should be done for the following modules:

  • Dao
  • Database

For Local

Testing should be done for the following modules:

  • ViewModel
  • Entity
  • Repository

Standard Annotation for testing methods

  • Format: methodName_scenario_expectedResult
  • Explain:
    1. methodName: refers to the method being tested.
    2. scenario: refers to the test scenario being tested.
    3. expectedResult: refers to the expected outcome of the test.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Bussiness Logic frontend Test Testing
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

6 participants