Home
last modified time | relevance | path

Searched refs:JUnitNotifyingListener (Results 1 – 1 of 1) sorted by relevance

/cts/common/device-side/nativetesthelper/jni/
Dgtest_wrapper.cpp104 class JUnitNotifyingListener : public ::testing::EmptyTestEventListener { class
107 JUnitNotifyingListener(JNIEnv* env, jstring className, jobject runNotifier) in JUnitNotifyingListener() function in __anonf2b0961f0111::JUnitNotifyingListener
113 virtual ~JUnitNotifyingListener() {} in ~JUnitNotifyingListener()
263 JUnitNotifyingListener junitListener{env, className, notifier}; in Java_com_android_gtestrunner_GtestRunner_nRun()