Home
last modified time | relevance | path

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

/external/junit/src/main/java/org/junit/rules/
DExpectedException.java198 public void expectMessage(String substring) { in expectMessage() method in ExpectedException
211 public void expectMessage(Matcher<String> matcher) { in expectMessage() method in ExpectedException
/external/deqp/modules/gles31/functional/
Des31fDebugTests.cpp367 void BaseCase::expectMessage (GLenum source, GLenum type) in expectMessage() function in deqp::gles31::Functional::__anon3153c6be0111::BaseCase
684 void CallbackErrorCase::expectMessage (GLenum source, GLenum type) in expectMessage() function in deqp::gles31::Functional::__anon3153c6be0111::CallbackErrorCase
752 void LogErrorCase::expectMessage (GLenum source, GLenum type) in expectMessage() function in deqp::gles31::Functional::__anon3153c6be0111::LogErrorCase
847 void GetErrorCase::expectMessage (GLenum source, GLenum type) in expectMessage() function in deqp::gles31::Functional::__anon3153c6be0111::GetErrorCase
980 void FilterCase::expectMessage (GLenum source, GLenum type) in expectMessage() function in deqp::gles31::Functional::__anon3153c6be0111::FilterCase
1581 void AsyncCase::expectMessage (GLenum source, GLenum type) in expectMessage() function in deqp::gles31::Functional::__anon3153c6be0111::AsyncCase
1814 void DebugMessageTestContext::expectMessage (GLenum source, GLenum type) in expectMessage() function in deqp::gles31::Functional::__anon3153c6be0111::DebugMessageTestContext
/external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/
DPeerConnectionTest.java253 public synchronized void expectMessage(ByteBuffer expectedBuffer, in expectMessage() method in PeerConnectionTest.ObserverExpectations