File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ The following are best practices we at utPLSQL have learned about PL/SQL and Uni
1515 - Tests should not mimic / duplicate the logic of tested code
1616 - Tests should contain zero logic (or as close to zero as possible)
1717 - The 3A rule:
18- - Arrange (setup inputs/data/environment for the tested code)
19- - Act (execute code under test)
20- - Assert (validate the outcomes of the execution)
18+ - Arrange (setup inputs/data/environment for the tested code)
19+ - Act (execute code under test)
20+ - Assert (validate the outcomes of the execution)
2121 - Each tested procedure/function/trigger (code block) should have more than one test
2222 - Each test should check only one behavior (one requirement) of the code block under test
2323 - Tests should be maintained as thoroughly as production code
You can’t perform that action at this time.
0 commit comments