org.ploin.pmf.impl
Class MailReplacerTest

java.lang.Object
  extended by org.ploin.pmf.impl.MailReplacerTest

public class MailReplacerTest
extends java.lang.Object

Here are the testcases for the standardimplementation of the IMailReplacer interface.

                                    ........
                                 .WHHUUVOOOOU&,
     dMMMMMMMMMMMa,   .MMMMF   .MHW0Oz+!``````?G.   .MMMM% .MMMMMMMMMMMN,
    .MMMMMMMMMMMMMMr  JMMMM   JHHXwOz;:^..```  `O,  JMMM#  dMMMMMMMMMMMMN
    JMMM#     ,MMMMF  MMMMF  .MHVXwOz++.^.````  +n .MMMM$ .MMMMt    dMMM#
   .MMMMt     .MMMMt .MMMM!  JMHWWXwOz++....  `.+X JMMMM  JMMMM    .MMMM%
   JMMM#     .MMMM@  dMMM#   ,MHHWWXwOzz+++....?df MMMMF .MMMMF    JMMM#
  .MMMMNNNNNMMMMMD   MMMMMNNm 4MHHWWXXwOOzzz1+1wX'.MMMM! .MMMM`   .MMMM$
  .MMMMMMMMMMMM"`    .YMMMMMF  TMHHHWWWXXXwwwwXK! MMMMF  MMMMF    JMMMM
  MMMMF                          TMMHHHHHWWWHY^
 .MMMM'                             `7""""^`
 dMMM#
 

$HeadURL: https://ploinscm.de/svn/ploinMailFactory/trunk/src/test/java/org/ploin/pmf/impl/MailReplacerTest.java $
$LastChangedBy: r.reiz $
$Revision: 46 $
$Date: 2009-11-16 01:37:57 +0100 (Mon, 16 Nov 2009) $


Constructor Summary
MailReplacerTest()
           
 
Method Summary
 void doReplcae()
          In this positiv testcase we test the method with the simple String
":designation: is a :test:".
 void doReplcae2()
          In this negative testcase we test the method with a null-value
for the text.
 void doReplcae3()
          In this negative testcase we test the method with a empty string value
for the text.
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailReplacerTest

public MailReplacerTest()
Method Detail

init

public void init()

doReplcae

public void doReplcae()
In this positiv testcase we test the method with the simple String
":designation: is a :test:". for the text and the given map we
await "Dear Sir, is a TEST".


doReplcae2

public void doReplcae2()
In this negative testcase we test the method with a null-value
for the text. We await as result a NULL value.


doReplcae3

public void doReplcae3()
In this negative testcase we test the method with a empty string value
for the text. We await as result a NULL value.



Copyright © 2009 PLOIN GmbH. All Rights Reserved.