You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#208: improve test infrastructure # 219: fix wrong executable (#238)
* Add first implementation
* Add javadoc
* Add javadoc
* Using target path instead of ressource path to make sure one-to-one copy of set up folders is used
* Add JavaDoc and mac mock program
* Add support for multiple dependencies while testing
* Minor changes
* Modify mock programs for testing
* Refactored example JmcTest
* Add possibility to set execution path by using the context
* Reenable test after related issue 228 has been merged
* Replace ternary with regular if
* Add missing javadoc
* Add missing javadoc
* remove unnecessary semicolon
* Fix spelling typo
* Minor test changes
* Refactoring FileExtractor class for more modularity
* using const
* Add missing extensions
* Remove unnecessary execption declaration and minor rename
* Fix spelling
* Add javadoc
* Forget dot
* minor change
* Revert "minor change"
This reverts commit ec81c3c.
* Revert "Merge branch 'main' into feature/208-MockOutToolRepoRefactorTestInfra"
This reverts commit d588472, reversing
changes made to f38b310.
* Revert "Revert "Merge branch 'main' into feature/208-MockOutToolRepoRefactorTestInfra""
This reverts commit 3e49a0b.
* Revert "Revert "minor change""
This reverts commit 2f7b946.
* fix typo
* #208: review and complete rework
* #208: improved system path
* #208: found and fixed bug on windows
* #208: improve OS mocking
* #208: improve test logging
reveal logs/errors so the developer actually sees what is happening instead of leaving them in the dark
* #208: improve OS detection
* #208: fixed
found and fixed bug in MacOS app detection for JMC, fixed copy file to folder bug, moved !extract logic back to FileAccess, fixed .tar.gz/bz2 handling bug, etc.
* #208: fixed TarCompression
* removed broken doc
* fixed table syntax
* removed totally misplaced import to logback Configurator
* #219: fix EXTENSION_PRIORITY
* prevent log spam
* #208: fixed OS problem executing CMD files on linux or mac
* use interpreter workaround only on Windows
* set X flags in Git for bash scripts
* now remove windows exclusion as it should again work also on other OS
---------
Co-authored-by: Ouchen <[email protected]>
Co-authored-by: MustaphaOuchen <[email protected]>
Co-authored-by: mouchen <[email protected]>
0 commit comments