I hereby claim:
- I am georgeracu on github.
- I am george_r (https://keybase.io/george_r) on keybase.
- I have a public key ASADmtDDdkD4OMmE-CiGb1V17ecowmonYvvQdC5EYynpZgo
To claim this, I am signing this object:
| public static boolean isExpectedValue(String other) { | |
| return EXPECTED_VALUE.equals(other); | |
| } | |
| @ParameterizedTest(name = "Should return {1} when value is \"{0}\"") | |
| @CsvSource({",'false'","'','false'","'boo','false'","'blah','true'"}) | |
| void shouldMatchExpectedValue(String otherValue, boolean expected) { | |
| assertThat(App.isExpectedValue(otherValue)).isEqualTo(expected); | |
| } |
I hereby claim:
To claim this, I am signing this object: