Skip to content

Commit

Permalink
Merge pull request #83 from treasure-data/update_readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
minidragon88 authored May 19, 2023
2 parents 6f7874b + b00484e commit 602fbbb
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 602fbbb

Please sign in to comment.