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.java209 public void expectMessage(String substring) { in expectMessage() method in ExpectedException
222 public void expectMessage(Matcher<String> matcher) { in expectMessage() method in ExpectedException
/external/deqp/modules/gles31/functional/
Des31fDebugTests.cpp369 void BaseCase::expectMessage (GLenum source, GLenum type) in expectMessage() function in deqp::gles31::Functional::__anonc18b6d840111::BaseCase
686 void CallbackErrorCase::expectMessage (GLenum source, GLenum type) in expectMessage() function in deqp::gles31::Functional::__anonc18b6d840111::CallbackErrorCase
754 void LogErrorCase::expectMessage (GLenum source, GLenum type) in expectMessage() function in deqp::gles31::Functional::__anonc18b6d840111::LogErrorCase
849 void GetErrorCase::expectMessage (GLenum source, GLenum type) in expectMessage() function in deqp::gles31::Functional::__anonc18b6d840111::GetErrorCase
982 void FilterCase::expectMessage (GLenum source, GLenum type) in expectMessage() function in deqp::gles31::Functional::__anonc18b6d840111::FilterCase
1583 void AsyncCase::expectMessage (GLenum source, GLenum type) in expectMessage() function in deqp::gles31::Functional::__anonc18b6d840111::AsyncCase
1816 void DebugMessageTestContext::expectMessage (GLenum source, GLenum type) in expectMessage() function in deqp::gles31::Functional::__anonc18b6d840111::DebugMessageTestContext
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DPeerConnectionEndToEndTest.java353 public synchronized void expectMessage(ByteBuffer expectedBuffer, boolean expectedBinary) { in expectMessage() method in PeerConnectionEndToEndTest.ObserverExpectations