testMessageCloning3() If I create a new MimeMessageCopyOnWriteProxy from a MimeMessage and I change the new
message, the original should be unaltered and the proxy should clone the message.
public void
testMessageCloningViaCoW3() This test throw a NullPointerException when the original message was created by
a MimeMessageInputStreamSource.
public void testMessageAvoidCloning() throws Exception(Code)
If I create a new MimeMessageCopyOnWriteProxy from another MimeMessageCopyOnWriteProxy,
I remove references to the first and I change the second, then it should not clone
If I create a new MimeMessageCopyOnWriteProxy from a MimeMessage and I change the new
message, the original should be unaltered and the proxy should clone the message.
testMessageCloningViaCoW3
public void testMessageCloningViaCoW3() throws Exception(Code)
This test throw a NullPointerException when the original message was created by
a MimeMessageInputStreamSource.