Home
last modified time | relevance | path

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

/dports/java/bouncycastle15/crypto-169/tls/src/test/java/org/bouncycastle/jsse/provider/test/
H A DSSLSocketTest.java35 boolean correctException = false; in test_getOOBInline()
42 correctException = true; in test_getOOBInline()
45 assertTrue(correctException); in test_getOOBInline()
78 boolean correctException = false; in impl_sendUrgentData()
85 correctException = true; in impl_sendUrgentData()
88 assertTrue(correctException); in impl_sendUrgentData()
97 boolean correctException = false; in impl_setOOBInline()
104 correctException = true; in impl_setOOBInline()
107 assertTrue(correctException); in impl_setOOBInline()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/javatests/src/org/chromium/chrome/browser/feed/library/common/testing/
H A DRunnableSubjectTest.java88 public void correctException() { in correctException() method in RunnableSubjectTest