-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(commands): support writing commands in tests
* refactor: bumped up java-decita dependency * feat: added commands section to test files * feat: implemented command execution in test * feat: implemented multiple commands execution * refactor: qulice warnings
- Loading branch information
1 parent
762d804
commit f476882
Showing
22 changed files
with
539 additions
and
372 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
module logic.checker { | ||
requires java.decita.api; | ||
requires static lombok; | ||
requires org.yaml.snakeyaml; | ||
requires org.assertj.core; | ||
requires org.hamcrest; | ||
requires net.bytebuddy; | ||
requires java.logging; | ||
} |
Oops, something went wrong.