Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H A DIntfCallContextTest.cpp118 struct TestClass : IObjectInstance { struct
125 CallFunction(c, this, &TestClass::TestFunc); in TestFuncMeta()
135 CallFunction(c, this, &TestClass::ConstFunc); in ConstFuncMeta()
143 CallFunction(c, this, &TestClass::RefFunc); in RefFuncMeta()
200 EXPECT_FALSE(CreateCallContext(&TestClass::TestFunc2, arr)); in HWTEST_F()
201 auto c = CreateCallContext(&TestClass::TestFunc, arr); in HWTEST_F()
212 TestClass t; in HWTEST_F()
213 auto f = CreateFunction("test", &t, &TestClass::TestFuncMeta, [] { in HWTEST_F()
215 return CreateCallContext(&TestClass::TestFunc, arr); in HWTEST_F()
232 auto c = CreateCallContext(&TestClass in HWTEST_F()
[all...]
/foundation/window/window_manager/utils/test/unittest/
H A Dutils_all_test.cpp33 class TestClass { class
135 TestClass* testObj = new TestClass(); in HWTEST_F()
144 ASSERT_EQ(static_cast<TestClass*>(instance)->name, "testClass"); in HWTEST_F()

Completed in 2 milliseconds