Searched refs:ma (Results 1 – 3 of 3) sorted by relevance
45 MockAuthenticator ma = new MockAuthenticator(); in test_Constructor() local46 assertNull(ma.getRequestingURL()); in test_Constructor()47 assertNull(ma.getRequestorType()); in test_Constructor()51 MockAuthenticator ma = new MockAuthenticator(); in test_getPasswordAuthentication() local52 assertNull(ma.getPasswordAuthentication()); in test_getPasswordAuthentication()
933 CodingErrorAction ma = malformedInputAction(); in canEncode() local942 onMalformedInput(ma); in canEncode()
173 MockAppendable ma = new MockAppendable(); in test_ConstructorLjava_lang_Appendable() local174 Formatter f1 = new Formatter(ma); in test_ConstructorLjava_lang_Appendable()175 assertEquals(ma, f1.out()); in test_ConstructorLjava_lang_Appendable()210 MockAppendable ma = new MockAppendable(); in test_ConstructorLjava_lang_AppendableLjava_util_Locale() local211 Formatter f1 = new Formatter(ma, Locale.CANADA); in test_ConstructorLjava_lang_AppendableLjava_util_Locale()212 assertEquals(ma, f1.out()); in test_ConstructorLjava_lang_AppendableLjava_util_Locale()215 Formatter f2 = new Formatter(ma, null); in test_ConstructorLjava_lang_AppendableLjava_util_Locale()217 assertEquals(ma, f1.out()); in test_ConstructorLjava_lang_AppendableLjava_util_Locale()