Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 550 Bytes

config.md

File metadata and controls

8 lines (6 loc) · 550 Bytes

hikaku - Config

The following is a list if configurations.

config parameter since default value description
filters 3.0.0 emptyList() Endpoints matching the predicates in this list will be excluded from matching.
reporters  1.0.0 CommandLineReporter() A reporter receives the match results before the assertion is called. Default value is the CommandLineReporter which simply prints the results to command line. Another built-in option is the NoOperationReporter which does nothing.