Searched refs:sbl (Results 1 – 2 of 2) sorted by relevance
66 mySSLSessionBindingListener sbl = new mySSLSessionBindingListener(); in test_valueBound() local67 ss.putValue("test", sbl); in test_valueBound()68 assertTrue("valueBound was not called.", sbl.boundDone); in test_valueBound()80 mySSLSessionBindingListener sbl = new mySSLSessionBindingListener(); in test_valueUnbound() local81 ss.putValue("test", sbl); in test_valueUnbound()83 assertTrue("valueUnbound was not called.", sbl.unboundDone); in test_valueUnbound()
184 mySSLSessionBindingListener sbl = new mySSLSessionBindingListener(); in test_putValue() local187 s.putValue("Name_01", sbl); in test_putValue()188 s.putValue("Name_02", sbl); in test_putValue()189 s.putValue("Name_03", sbl); in test_putValue()207 s.putValue(null, sbl); in test_putValue()226 mySSLSessionBindingListener sbl = new mySSLSessionBindingListener(); in test_getValue() local235 s.putValue("Name", sbl); in test_getValue()