Searched defs:PathTest (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/graphics/
H A DPathTest.java24 public class PathTest extends TestCase { class in inherits:TestCase
/frameworks/compile/mclinker/unittests/
H A DPathTest.h1 //===- PathTest.h ---------------------------------------------------------===//
17 /** \class PathTest
22 class PathTest : public ::testing::Test { class in namespace:mcldtest
25 PathTest();
28 virtual ~PathTest();
H A DPathTest.cpp1 //===- PathTest.cpp -------------------------------------------------------===//
9 #include "PathTest.h"
19 PathTest::PathTest() { function in class:PathTest
25 PathTest::~PathTest() {
30 void PathTest::SetUp() {
34 void PathTest::TearDown() {
40 TEST_F(PathTest, should_exist) {
51 TEST_F(PathTest, should_not_exis
[all...]

Completed in 456 milliseconds