Home | History | Annotate | Download | only in vogar

Lines Matching refs:description

49     private final String description;
66 public Expectation(Result result, Pattern pattern, Set<String> tags, String description, long bug) {
67 if (result == null || description == null || pattern == null) {
69 "result=" + result + " description=" + description + " pattern=" + pattern);
72 this.description = description;
80 return description;
115 return "Expectation[description=" + description + " pattern=" + pattern.pattern() + "]";