()
| 50 | } |
| 51 | |
| 52 | @Test |
| 53 | public void oneFacts() { |
| 54 | assertThat(makeMessage(ImmutableList.of(), ImmutableList.of(fact("foo", "bar")))) |
| 55 | .isEqualTo("foo: bar"); |
| 56 | } |
| 57 | |
| 58 | @Test |
| 59 | public void twoFacts() { |
nothing calls this directly
no test coverage detected