Ulisses Telemaco added Test_Cases_All_the_operators__.md  over 8 years ago

Commit id: 52e9a8c68dc96bfe82f1c3582484ece24f86696a

deletions | additions      

         

## Test Cases  All the operators implemented in this module have at least one test case. We truly believe that test cases are very important specially for this kind of module (that provides an API). It is necessary to guarantee that all the operators are implemented properly. In general, all the test case worked as follows: it uses an operator passing the corresponding parameters and evaluate the process resulted. Several conditions and structures of this result process are evaluated. For example, the parallel composition operator test case uses the operator passing two processes and evaluate the structure of the result process (verifying whether the parallel gateway was created, if it was connected with the properly tasks, whether the extra start and the end events were removed, etc). The Figure ??? shows the summary of the execution of the test cases.