Searched refs:EXPECTED (Results 1 – 3 of 3) sorted by relevance
227 final Bundle EXPECTED = new Bundle(); in testDispatchCreate() local244 bundle.putBundle(id, EXPECTED); in testDispatchCreate()257 if (bb != EXPECTED) { in testDispatchCreate()
230 final String EXPECTED = "Issued to: c=ccc,o=testOName,ou=testUName,cn=testCName;\n" in testSslCertificate() local232 assertEquals(EXPECTED, ssl.toString()); in testSslCertificate()
2353 final int EXPECTED = 100; in testDebug() local2358 parent.debug(EXPECTED); in testDebug()2359 assertEquals(EXPECTED + 1, child.debugDepth); in testDebug()