added exception expecting case for good practices

This commit is contained in:
Alvaro Andrés Rodríguez Scelza 2019-06-04 11:02:25 -03:00
parent af333f7062
commit aab57cf1db

View file

@ -10,4 +10,4 @@ coverage report --fail-under 100
Each automatic test method should have three stages:
-Initialization: declaring and specification of all necessary variables and data for the test.
-Execution: run all to-be-tested procedures.
-Verification: checking of obtained results.
-Verification: checking of obtained results. Might not be necessary when an exception is expected.