eclipse-4diac / 4diac-ide

Eclipse Public License 2.0
19 stars 28 forks source link

Created Participant class for copying Structs. #503

Closed PStmmr closed 2 weeks ago

PStmmr commented 2 weeks ago

Changed Manifest (since my participant did not work (added the path)) Created second, deleteParticipant for testing, which worked Edited Messages and its properties for getName() (ignore that) All in All CopyStructRefactoringParticipant is not really implemented, but 1 of the 2 sysouts should trigger, which doesn't

github-actions[bot] commented 2 weeks ago

Test Results

    23 files   -    84      23 suites   - 84   25s :stopwatch: -22s 20 432 tests  - 7 053  20 432 :white_check_mark:  - 7 053  0 :zzz: ±0  0 :x: ±0  20 433 runs   - 7 053  20 433 :white_check_mark:  - 7 053  0 :zzz: ±0  0 :x: ±0 

Results for commit ca8c8477. ± Comparison against base commit 089b0477.

This pull request removes 7053 tests. ``` org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 10: Start with two FBs in FBNetwork : Execute until Command 1: Create SubApp org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 11: Start with two FBs in FBNetwork : Execute until Command 1: Create SubApp, run Undo org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 12: Start with two FBs in FBNetwork : Execute until Command 1: Create SubApp, run Undo, run Redo org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 13: Start with two FBs in FBNetwork : Execute until Command 2: Flatten SubApp org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 14: Start with two FBs in FBNetwork : Execute until Command 2: Flatten SubApp, run Undo org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 15: Start with two FBs in FBNetwork : Execute until Command 2: Flatten SubApp, run Undo, run Redo org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 16: Start with two FBs in FBNetwork : Execute all Commands interspersed with Undo and Redo org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 17: Start with two FBs in FBNetwork : Verify initial State org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 18: Start with two FBs in FBNetwork : Execute until Command 1: Create Data Connections org.eclipse.fordiac.ide.application.commands.FlattenSubAppCommandTest ‑ testCommand(String, StateInitializer, StateVerifier, Iterable, CommandExecutor, CommandExecutor, TestInfo) 19: Start with two FBs in FBNetwork : Execute until Command 1: Create Data Connections, run Undo … ```