MCPcopy Create free account
hub / github.com/google/truth / oneFacts

Method oneFacts

core/src/test/java/com/google/common/truth/FactTest.java:52–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Calls 5

makeMessageMethod · 0.80
factMethod · 0.80
isEqualToMethod · 0.65
assertThatMethod · 0.45
ofMethod · 0.45

Tested by

no test coverage detected