Home
last modified time | relevance | path

Searched defs:InterfacePtrTest (Results 1 – 1 of 1) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/tests/
Dinterface_ptr_unittest.cc191 class InterfacePtrTest : public testing::Test { class
193 InterfacePtrTest() {} in InterfacePtrTest() function in mojo::test::__anon269cf8270111::InterfacePtrTest
218 TEST_F(InterfacePtrTest, IsBound) { in TEST_F() argument
225 TEST_F(InterfacePtrTest, EndToEnd) { in TEST_F() argument
241 TEST_F(InterfacePtrTest, EndToEnd_Synchronous) { in TEST_F() argument
265 TEST_F(InterfacePtrTest, Movable) { in TEST_F() argument
279 TEST_F(InterfacePtrTest, Resettable) { in TEST_F() argument
303 TEST_F(InterfacePtrTest, BindInvalidHandle) { in TEST_F() argument
313 TEST_F(InterfacePtrTest, EncounteredError) { in TEST_F() argument
342 TEST_F(InterfacePtrTest, EncounteredErrorCallback) { in TEST_F() argument
[all …]