Searched refs:ERROR_ELEMENT_NOT_IN_GRAPH (Results 1 – 4 of 4) sorted by relevance
28 static final String ERROR_ELEMENT_NOT_IN_GRAPH = "not an element of this graph"; field in TestUtil43 assertThat(throwable).hasMessageThat().contains(ERROR_ELEMENT_NOT_IN_GRAPH); in assertNodeNotInGraphErrorMessage()48 assertThat(throwable).hasMessageThat().contains(ERROR_ELEMENT_NOT_IN_GRAPH); in assertEdgeNotInGraphErrorMessage()
19 import static com.google.common.graph.TestUtil.ERROR_ELEMENT_NOT_IN_GRAPH;70 .contains(ERROR_ELEMENT_NOT_IN_GRAPH); in testNulls()