- 12 Feb, 2019 3 commits
-
-
Ludwig Dickmanns authored
* McdcTestSuiteGenerator: TestCases are now only added if it makes sense to add them, i.e. if z3 has a satisfiable prepositional formula. Issue-Ref: 3596 Issue-Url: https://af3-developer.fortiss.org/issues/3596 Signed-off-by:
Ludwig Dickmanns <dickmanns@fortiss.org>
-
Ludwig Dickmanns authored
* TestFormalRequirementMcdc: Removed all but one test case, as they were testing the checks, which were removed in the previous commit. * TestMcdcUtils: Removed. * TestGenerate: Removed inputs and outputs. (not needed anymore) Issue-Ref: 3596 Issue-Url: https://af3-developer.fortiss.org/issues/3596 Signed-off-by:
Ludwig Dickmanns <dickmanns@fortiss.org>
-
Ludwig Dickmanns authored
* ExpressionUtils: Added expressionToZ3 method, which transforms certain ITerms to z3 Exprs. * MANIFEST.MF: Added com.microsoft.z3 to required plug-ins. * McdcTestSuiteGenerator: Now uses formalRequirementMcdcToZ3 and expressionToZ3. * McdcUtils: toZ3 was renamed to formalRequirementMcdcToZ3 as this method now only transforms FormalRequirementMcdc to a z3 Expr. * TestingModelElementFactory: Removed checks because they are already done by the code editor. * TestMcdcUtils: Adjusted tests according to the changes Issue-Ref: 3596 Issue-Url: https://af3-developer.fortiss.org/issues/3596 Signed-off-by:
Ludwig Dickmanns <dickmanns@fortiss.org>
-
- 29 Jan, 2019 4 commits
-
-
Ludwig Dickmanns authored
Issue-Ref: 3596 Issue-Url: https://af3-developer.fortiss.org/issues/3596 Signed-off-by:
Ludwig Dickmanns <dickmanns@fortiss.org>
-
Ludwig Dickmanns authored
* McdcMenu: Cleanup and Documentation. * McdcTestSuiteGenerator: Cleanup and Documentation. * McdcUtils: Cleanup and Documentation. There is no EObject context anymore. Issue-Ref: 3596 Issue-Url: https://af3-developer.fortiss.org/issues/3596 Signed-off-by:
Ludwig Dickmanns <dickmanns@fortiss.org>
-
Ludwig Dickmanns authored
* Test*: Renaming of a method. Issue-Ref: 3596 Issue-Url: https://af3-developer.fortiss.org/issues/3596 Signed-off-by:
Ludwig Dickmanns <dickmanns@fortiss.org>
-
Ludwig Dickmanns authored
* McdcUtils: Cleanup. * TestGenerate: Now uses EBool instead of BoolConst. * testing.ecore: Now uses EBool instead of BoolConst. (for taken branch) * McdcMenu: Cleanup. In a Requirement there is now only one TestSuite. * McdcTestSuiteGenerator: Now uses EBool instead of BoolConst. Issue-Ref: 3596 Issue-Url: https://af3-developer.fortiss.org/issues/3596 Signed-off-by:
Ludwig Dickmanns <dickmanns@fortiss.org>
-
- 22 Jan, 2019 9 commits
-
-
Ludwig Dickmanns authored
* Added TODO Issue-Ref: 3596 Issue-Url: https://af3-developer.fortiss.org/issues/3596 Signed-off-by:
Ludwig Dickmanns <dickmanns@fortiss.org>
-
Ludwig Dickmanns authored
* Corrected Test Cases Issue-Ref: 3596 Issue-Url: https://af3-developer.fortiss.org/issues/3596 Signed-off-by:
Ludwig Dickmanns <dickmanns@fortiss.org>
-
Ludwig Dickmanns authored
* Now an atom can be a BoolConst. Issue-Ref: 3596 Issue-Url: https://af3-developer.fortiss.org/issues/3596 Signed-off-by:
Ludwig Dickmanns <dickmanns@fortiss.org>
-
Ludwig Dickmanns authored
* McdcUtils: Unary operators 'not' and 'negate' can now be used Issue-Ref: 3596 Issue-Url: https://af3-developer.fortiss.org/issues/3596 Signed-off-by:
Ludwig Dickmanns <dickmanns@fortiss.org>
-
Ludwig Dickmanns authored
* MANIFEST: Added a missing dependency * RequirementHandler: TestSuites can now be added to a Requirement. Issue-Ref: 3596 Issue-Url: https://af3-developer.fortiss.org/issues/3596 Signed-off-by:
Ludwig Dickmanns <dickmanns@fortiss.org>
-
Ludwig Dickmanns authored
* McdcMenu: Initial implementation. * McdcTestSuiteGenerator: Cleanup. * TestingModelElementFactory: Fixed error. Issue-Ref: 3596 Issue-Url: https://af3-developer.fortiss.org/issues/3596 Signed-off-by:
Ludwig Dickmanns <dickmanns@fortiss.org>
-
Ludwig Dickmanns authored
* Removed inputs and outputs from FormalRequirementMcdc. Issue-Ref: 3596 Issue-Url: https://af3-developer.fortiss.org/issues/3596 Signed-off-by:
Ludwig Dickmanns <dickmanns@fortiss.org>
-
Ludwig Dickmanns authored
* Removed validStatementSequenceMcdc as the checked constraints are already given by the code specification editor. Issue-Ref: 3596 Issue-Url: https://af3-developer.fortiss.org/issues/3596 Signed-off-by:
Ludwig Dickmanns <dickmanns@fortiss.org>
-
Ludwig Dickmanns authored
* Removed checks from createFormalRequirementMcdc functions as the checked constraints are already given by the code specification editor. * Adjusted test cases to use the adjusted functions. Issue-Ref: 3596 Issue-Url: https://af3-developer.fortiss.org/issues/3596 Signed-off-by:
Ludwig Dickmanns <dickmanns@fortiss.org>
-
- 18 Dec, 2018 1 commit
-
-
Ludwig Dickmanns authored
* MANIFEST.MF: Added exports * McdcMenu: Not finished * TestingModelElementFactory: Inputs and outputs are now added in a for loop as previously there were errors when casting Issue-Ref: 3596 Issue-Url: https://af3-developer.fortiss.org/issues/3596 Signed-off-by:
Ludwig Dickmanns <dickmanns@fortiss.org>
-
- 14 Dec, 2018 1 commit
-
-
Ludwig Dickmanns authored
* MANIFEST.MF: Added kernel plugins for ContextMenu implementation * McdcMenu: ContextMenuContributor for MCDC * plugin.xml: Added McdcMenu to ContextMenuContributors Issue-Ref: 3596 Issue-Url: https://af3-developer.fortiss.org/issues/3596 Signed-off-by:
Ludwig Dickmanns <dickmanns@fortiss.org>
-
- 13 Dec, 2018 7 commits
-
-
https://git.fortiss.org/af3/af3Ludwig Dickmanns authored
Merge branch '3477-MCDC_implementation' of https://git.fortiss.org/af3/af3 into 3477-MCDC_implementation
-
Ludwig Dickmanns authored
-
Hernan Ponce de Leon authored
3476 testcase generation reformatting See merge request !130
-
Hernan Ponce de Leon authored
Issue-Ref: 3476 Signed-off-by:
ponce <ponce@fortiss.org>
-
Hernan Ponce de Leon authored
-
Hernan Ponce de Leon authored
Merge branch '3476-Testcase_Generation_reformatting' of https://git.fortiss.org/af3/af3.git into 3476-Testcase_Generation_reformatting
-
Hernan Ponce de Leon authored
-
- 11 Dec, 2018 3 commits
-
-
Ludwig Dickmanns authored
-
Ludwig Dickmanns authored
Issue-Ref: 3476 Issue-Url: https://af3-developer.fortiss.org/issues/3476 Signed-off-by:
Ludwig Dickmanns <dickmanns@fortiss.org>
-
Ludwig Dickmanns authored
Issue-Ref: 3476 Issue-Url: https://af3-developer.fortiss.org/issues/3476 Signed-off-by:
Ludwig Dickmanns <dickmanns@fortiss.org>
-
- 06 Dec, 2018 2 commits
-
-
Hernan Ponce de Leon authored
Issue-Ref: 3476 Signed-off-by:
ponce <ponce@fortiss.org>
-
Hernan Ponce de Leon authored
3588: Enable to cancel execution of Z3 See merge request af3/af3!133
-
- 05 Dec, 2018 1 commit
-
-
- 04 Dec, 2018 9 commits
-
-
Marco Volpe authored
Issue-Ref: 3588 Signed-off-by:
Marco Volpe <volpe@fortiss.org>
-
Ludwig Dickmanns authored
Issue-Ref: 3476 Issue-Url: https://af3-developer.fortiss.org/issues/3476 Signed-off-by:
Ludwig Dickmanns <dickmanns@fortiss.org>
-
Ludwig Dickmanns authored
Issue-Ref: 3476 Issue-Url: https://af3-developer.fortiss.org/issues/3476 Signed-off-by:
Ludwig Dickmanns <dickmanns@fortiss.org>
-
Alexander Diewald authored
CR: GREEN See merge request af3/af3!136
-
Alexander Diewald authored
3536 See merge request af3/af3!99
-
Alexander Diewald authored
Issue-Ref: 3587 Issue-Url: https://af3-developer.fortiss.org/issues/3587 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Alexander Diewald authored
-
Alexander Diewald authored
3587 See merge request af3/af3!135
-
Alexander Diewald authored
* Fixed few typos. * Removed the forbidden @SuppressWarings("javadoc") in the class "PortInitValueSection", fixed the missing documentation. Issue-Ref: 3587 Issue-Url: https://af3-developer.fortiss.org/issues/3587 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-