Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 247 Bytes

ChocoExpect.md

File metadata and controls

17 lines (12 loc) · 247 Bytes

☕️ ChocoExpect

This can be used to define fields to be used for tests

Example

public class testResponse {

    @ChocoExpect
    private String message;

    @ChocoExpect
    private boolean success;

    private Data data;
}