Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed Mar 9, 2021
1 parent 28c1edb commit 59c75d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,9 @@ assertHint(R.id.edittext, "Hint");
```java
assertError(R.id.edittext, R.string.error);
assertError(R.id.edittext, "Error message");

assertNoError(R.id.edittext, R.string.error);
assertNoError(R.id.edittext, "Error message");
```

#### Check TextInputLayout's assistive helper text
Expand Down

0 comments on commit 59c75d7

Please sign in to comment.