-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Continuation of the UI test architecture change (#443)
* Created class SWTBotSystemExplorer #377 Due to the architecture restructuring, the new class SWTBotSystemExplorer was created. Affected classes were changed to use this change. Addresses #377 * Added SWTBotConnection helper class #377 - Created helper class SWTBotConnection - Relocated all methods related to connections from Abstract4diacUITests to SWTBotConnections - Refactored the tests using these methods Addresses #377 * Added SWTBotSubapp helper class #377 - Created helper class SWTBotSubapp - Relocated all methods related to subapplications from Abstract4diacUITests to SWTBotSubapp - Refactored the tests using these methods Addresses #377 * Added SWTBotFB helper class #377 - Created helper class SWTBotFB - Relocated all methods related to FBs from Abstract4diacUITests to SWTBotFB - Adapted the tests using these methods Addresses #377 * Renamed variables from objects of supporting Bots #377 Renamed some variables from objects of supporting Bots with clearer names to prevent misunderstanding and misinterpretation. Addresses #377 * Created sub-packages for a clearer structure of the UI tests #377 Created several sub-packages in org.eclipse.fordiac.ide.test.ui for a clearer structure of the UI tests. - created sub-package networking.basicfb - created sub-package networking.contextmenu - created sub-package networking.errormarker - created sub-package networking.subapp_composite Furthermore, the thematically matching tests have been moved to the newly created packages. Addresses #377 * Added SWTBotFBType helper class #377 - Created helper class SWTBotFBType - Relocated all methods related to FB Types from Abstract4diacUITests to SWTBotFBType - Refactored the tests using these methods Addresses #377 * Fixed static accesses of methods and fields of the supporting bots #377 The incorrect static access to methods and static fields has been removed and the corresponding suppression annotations Addresses #377 * Fixed typo in Test #377 Fixed a typo of a wrong pin name so that the test runs correctly and corresponds to the Javadoc. Addresses #377
- Loading branch information
1 parent
8d05d93
commit 8fdd299
Showing
28 changed files
with
1,283 additions
and
978 deletions.
There are no files selected for viewing
521 changes: 6 additions & 515 deletions
521
...eclipse.fordiac.ide.test.ui/src/org/eclipse/fordiac/ide/test/ui/Abstract4diacUITests.java
Large diffs are not rendered by default.
Oops, something went wrong.
49 changes: 0 additions & 49 deletions
49
tests/org.eclipse.fordiac.ide.test.ui/src/org/eclipse/fordiac/ide/test/ui/FirstTry.java
This file was deleted.
Oops, something went wrong.
This file contains 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 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 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 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 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 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 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 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 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 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 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.