Code coverage - GarbageCollectorsReloaded/EmailValidation GitHub Wiki

The task was to check the test code coverage after the other team created more unit tests. The initial state: Coverage

#11 has been fixed by elminainos

  • TestForNullAttribute
    • Checking if passed null is handled correctly.
    • Assertion for false.

#10 has been fixed by Somakex

  • TestForSkippingDomain
    • Checking if validation is correct with an invalid email and the top level domain's value at false.
    • Assertion for false.

Results after project: Coverage