Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Stop using assertThat(message, variable equalTo(constant). It's just complicated way to write assertEquals(message, constant, variable) which even calls out to yet another library. * Remove needless throws declaration. Seen while investigating #55 Change-Id: If4b7a6937a9ec9acac88e435c21c52f7e7e6f1d8
- Loading branch information