Skip to content

Commit

Permalink
Add golden test that receives no feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderploegsma committed Jan 19, 2024
1 parent 26b23e8 commit ee1fc60
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/hello-world/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This test is designed to receive no comments at all from the analyzer.
1 change: 1 addition & 0 deletions tests/hello-world/expected_analysis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions tests/hello-world/expected_tags.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
5 changes: 5 additions & 0 deletions tests/hello-world/src/main/java/Greeter.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class Greeter {
String getGreeting() {
return "Hello, World!";
}
}

0 comments on commit ee1fc60

Please sign in to comment.