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
15
15
- Tests should not mimic / duplicate the logic of tested code
16
16
- Tests should contain zero logic (or as close to zero as possible)
17
17
- 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)
21
21
- Each tested procedure/function/trigger (code block) should have more than one test
22
22
- Each test should check only one behavior (one requirement) of the code block under test
23
23
- Tests should be maintained as thoroughly as production code
You can’t perform that action at this time.
0 commit comments