Searched refs:getSubTypeForTest (Results 1 – 5 of 5) sorted by relevance
110 public String getSubTypeForTest() { in getSubTypeForTest() method in MimeMultipart
387 if (mp.getSubTypeForTest().equals("alternative")) { in collectParts()
109 public String getSubTypeForTest() { in getSubTypeForTest() method in MimeMultipart
386 if (mp.getSubTypeForTest().equals("alternative")) { in collectParts()
875 assertEquals("mixed", mimeMultipart.getSubTypeForTest()); in testFetchBodyStructureMultipart()