Searched refs:GraphTest (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/unittests/
H A DGraphTest.h1 //===- GraphTest.h --------------------------------------------------------===//
17 class GraphTest : public ::testing::Test { class in namespace:mcld::test
20 GraphTest();
23 virtual ~GraphTest();
H A DGraphTest.cpp1 //===- GraphTest.cpp ------------------------------------------------------===//
9 #include "GraphTest.h"
18 GraphTest::GraphTest() { function in class:GraphTest
22 GraphTest::~GraphTest() {
26 void GraphTest::SetUp() {
30 void GraphTest::TearDown() {
36 TEST_F(GraphTest, list_digraph_add_n_erase_nodes_1) {
83 TEST_F(GraphTest, list_digraph_add_n_erase_nodes_
[all...]

Completed in 170 milliseconds