Searched refs:getProprietaryEncodingId (Results 1 – 2 of 2) sorted by relevance
36 Assert.assertEquals(propId, encoding.getProprietaryEncodingId()); in testParse()100 Assert.assertEquals(null, encoding.getProprietaryEncodingId()); in testCreateBasicEncoding()108 Assert.assertEquals("TEST-ENCODING", encoding.getProprietaryEncodingId()); in testCreateProprietaryEncoding()117 Assert.assertEquals("", encoding.getProprietaryEncodingId()); in testCreateProprietaryEncoding_emptyId()
150 public String getProprietaryEncodingId() { in getProprietaryEncodingId() method in BipEncoding185 && e.getProprietaryEncodingId() == getProprietaryEncodingId(); in equals()