Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
minidragon88 committed May 19, 2023
1 parent 6f7874b commit b00484e
Showing 1 changed file with 4 additions and 23 deletions.
27 changes: 4 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,27 +65,8 @@ in:
$ ./gradlew package
```

## Test

@Config("object_types")
@ConfigDefault("[]")
List<String> getObjectTypes();

@Config("relationship_types")
@ConfigDefault("[]")
List<String> getRelationshipTypes();

@Config("profile_source")
@ConfigDefault("null")
Optional<String> getProfileSource();

@Config("end_time")
@ConfigDefault("null")
Optional<String> getEndTime();

@Config("user_event_type")
@ConfigDefault("null")
Optional<String> getUserEventType();

@Config("user_event_source")
@ConfigDefault("null")
Optional<String> getUserEventSource();
```
$ ./gradlew checkstyle test jacocoTestReport
```

0 comments on commit b00484e

Please sign in to comment.