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.cpp368 void BaseCase::expectMessage (GLenum source, GLenum type) in expectMessage() function in deqp::gles31::Functional::__anonf6ae47c80111::BaseCase
685 void CallbackErrorCase::expectMessage (GLenum source, GLenum type) in expectMessage() function in deqp::gles31::Functional::__anonf6ae47c80111::CallbackErrorCase
753 void LogErrorCase::expectMessage (GLenum source, GLenum type) in expectMessage() function in deqp::gles31::Functional::__anonf6ae47c80111::LogErrorCase
848 void GetErrorCase::expectMessage (GLenum source, GLenum type) in expectMessage() function in deqp::gles31::Functional::__anonf6ae47c80111::GetErrorCase
981 void FilterCase::expectMessage (GLenum source, GLenum type) in expectMessage() function in deqp::gles31::Functional::__anonf6ae47c80111::FilterCase
1582 void AsyncCase::expectMessage (GLenum source, GLenum type) in expectMessage() function in deqp::gles31::Functional::__anonf6ae47c80111::AsyncCase
1815 void DebugMessageTestContext::expectMessage (GLenum source, GLenum type) in expectMessage() function in deqp::gles31::Functional::__anonf6ae47c80111::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