fun between(a: Int, b: Int): Matcher<Int>
Verifies that the given integer is between a and b inclusive.