Skip to content

Unit tests #3

Description

@Fieldelm

The customer looks for quality assurance and wants to see that your code is covered by unit tests. It is important to also cover negative scenarios, not only positive test cases.

  • Every unit test method is well-arranged and follows the arrange-act-assert structure.

    • Unit test classes and methods adhere to the following naming conventions consistently.
      classes: Test
      methods: <expected input / tested state>
    • Every test class has at least one negative test case (or more, if it is plausible).
      • [ ]Code coverage of self-created business logic classes is above 90%.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions