aboutsummaryrefslogtreecommitdiff
path: root/guava-tests/test/com/google/common/graph
AgeCommit message (Expand)Author
2021-04-26Make `MapIteratorCache` and `MapRetrievalCache` mostly hostile to nulls.cpovirk
2020-12-16Internal changeGoogle Java Core Libraries
2020-07-16Add @DoNotMock to Traverser.benyu
2020-07-14Make breadth-first iterators consume the successor iterators lazily, and refa...benyu
2020-07-13Speed up Traverser and cut about 30 lines of code.benyu
2020-04-15Remove duplicate assumption.jnyman
2020-04-09Add StandardImmutableDirectedNetworkTest.jnyman
2020-04-09Merge StandardUndirectedMultiNetworkTest into StandardMutableUndirectedNetwor...jnyman
2020-04-09Merge StandardDirectedMultiNetworkTest into StandardMutableDirectedNetworkTest.jnyman
2020-04-09Move tests from Multinetwork-test classes to base classes in preparation for ...jnyman
2020-04-09Merge StandardSimpleDirectedSortedNetworkTest into StandardMutableDirectedNet...jnyman
2020-03-10Make StandardMutableDirectedNetworkTest parameterized so that it tests both w...jnyman
2020-03-10Move all tests from StandardMutableDirectedNetworkTest to AbstractStandardDir...jnyman
2020-03-10Simplify the AbstractNetworkTest tree (directed branch): Delete StandardSimpl...jnyman
2020-03-10Make StandardMutableUndirectedNetworkTest parameterized so that it tests both...jnyman
2020-03-10Move all tests from StandardMutableUndirectedNetworkTest to AbstractStandardU...jnyman
2020-03-10Simplify the AbstractNetworkTest tree (undirected branch): Delete StandardSim...jnyman
2020-03-10Simplify AbstractGraphTest by replacing allowsSelfLoops() and incidentEdgeOrd...jnyman
2020-02-27Delete unused methodjnyman
2020-02-27Rename 'ConfigurableX' to 'StandardX' for Network, which better captures what...jnyman
2020-02-25Refactor AbstractNetworkTest in the same way as AbstractGraphTest was refacto...jnyman
2020-02-17Rename 'ConfigurableX' to 'StandardX' for [Value]Graph, which better captures...jnyman
2020-01-09Add incidentEdgeOrder() to the [Value]Graph interfacejnyman
2020-01-09Add test for stable incidentEdgeOrder support for mutable undirected valuegra...jnyman
2020-01-09Add test case stable incidentEdgeOrder with a self loop to AbstractStandard[U...jnyman
2020-01-07Add StandardImmutableUndirectedGraphTestjnyman
2020-01-07Graph: Support stable incidentEdgeOrder for undirected graphsjnyman
2020-01-07ImmutableValueGraph: Support incidentEdgeOrder=stablejnyman
2020-01-07ValueGraph: Support incidentEdgeOrder=stablejnyman
2019-12-06Support stable incident edge order for directed Immutable[Value]Graphs.jnyman
2019-12-06Make equally named putEdge() method adjacentjnyman
2019-12-06The Graph tests now consistently call graphAsMutableGraph.foo() when testing ...jnyman
2019-12-02Add StandardImmutableDirectedGraphTestjnyman
2019-12-02Merge StandardMutableDirectedGraphTest and its variant with stable order.jnyman
2019-12-02Make the AbstractGraphTest tree more sane with only leaf nodes non-abstract a...jnyman
2019-12-02Merge AbstractXGraphTest and ConfigurableSimpleXGraphTest, thus removing one ...jnyman
2019-12-02Refactor AbstractGraphTest to allow for tests with ImmutableGraph.jnyman
2019-12-02AbstractNetwork: fix bug in AbstractNetwork.hasEdgeConnecting() causing it to...jrtom
2019-12-02Make incidentEdges() return edges in insertion orderjnyman
2019-11-27Support incidentEdgeOrder for directed Graphsjnyman
2019-10-09Address TSAN errors:cpovirk
2019-05-05Migrate from is(Not)SameAs to is(Not)SameInstanceAs.cpovirk
2019-04-29Migrate from isNotSameAs to isNotSameInstanceAs.cpovirk
2019-04-12Simplify graph.PackageSanityTests by applying the new immutable graph builder.jnyman
2019-03-29Add NetworkBuilder.immutable().jnyman
2019-03-29Add ValueGraphBuilder.immutable().jnyman
2019-03-29Implement GraphBuilder.immutable().jnyman
2019-03-07Suppress error for bad implementations of Comparablecushon
2019-02-26Reformat with google-java-formatcushon
2018-11-26Replace usages of Truth's deprecated hasMessage() with hasMessageThat() in Gu...dlos