-
Notifications
You must be signed in to change notification settings - Fork 9
Add Unit Tests and Integrate Example Models Testing Framework #260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
233963f
Feat: Implementing Unit Tests for DFD part of the analysis, still wor…
01Parzival10 825ef74
Fix: One class not saved
01Parzival10 cfafd3d
Feat: Moving Utility to Util class. WIP
01Parzival10 7fb8d47
Feat: Create proper Unit test classes, remove duplicate functionality
01Parzival10 535bec4
Doc: Add Java Doc for tests and util classes
01Parzival10 7ee9d56
Merge pull request #231 from DataFlowAnalysis/dsl-serialization
Nicolas-Boltz ca1527d
feat(pcm): add tests for characteristics and data flow variables
Entenwilli 3a7fa90
test: add baseline model integration testing framework
Entenwilli 4d0419d
test(examplemodels): clean up example models structure
Entenwilli 8dbc904
test(integration): remove dependency on unique ids
Entenwilli b49176d
feat(core): remove unique identifiers from vertices
Entenwilli e367b42
chore: merge upstream changes
Entenwilli b82683c
test(core): implement unit tests for transpose flow graph
Entenwilli 45b7fc5
test(core): add unit tests for abstract vertex
Entenwilli e868e8c
test(core): implement the integration testing framework from the exam…
Entenwilli 25a3fec
refactor(dfd): refactor code after rebase
Entenwilli 70a04b3
fix(dsl): fix wrong results with data characteristics selector
Entenwilli 1c1211d
feat(pcm): add support for NOT in assignments
Entenwilli 1aad77b
feat(tests): update testmodels from testmodel PR in example models
Entenwilli c3f7a11
refactor(tests): update tests after refactoring into packages
Entenwilli b185a31
test(unit): add unit test for PCM data characteristics calculator
Entenwilli 9848142
fix(pcm): prevent references to blank variables in StoEx; Fix node ch…
Entenwilli 756090d
refactor(dsl): parse source selectors in the container class instead …
Entenwilli 5656ecb
fix(dsl): fix missing walk back when parsing vertex selector
Entenwilli 4debab9
test(dsl): ensure that selectors are parsed fully and return the same…
Entenwilli 9640176
test(dsl): add test for parsing both or either types of source selectors
Entenwilli e0e5ada
test(dsl): fix incorrect assertion for data selectors
Entenwilli 225b1d7
fix(dsl): reorder parsing of data characteristics to ensure that list…
Entenwilli ca33c64
fix(dsl): ensure all elements are present in characteristic list sele…
Entenwilli efbba49
test(pcm): test vertex characteristics calculator
Entenwilli 18e4750
fix(dfd): fix issues introduced by rebasing incorrect changes to simp…
Entenwilli 8f36996
test(demo): fix paths according to refactor of example models
Entenwilli eeae88d
style(tree-wide): remove unused imports
Entenwilli bd7e46b
docs(tests): add documentation for DummyResourceProvider
Entenwilli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.