@Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) public @interface Display
fields() attribute what all fields should be part of the test method name.
Note that if the input test data does not contain any field specified by the fields() attribute, EasyTest will
default back to its original behaviour, which is showing all the input fields as part of test method name.public abstract String[] fields
Copyright © 2014. All rights reserved.