| util.PrioritizedMsg
PrioritizedMsg | public class PrioritizedMsg extends TestCase (Code) | | Test the functionality of the class
de.danet.an.workflow.api.PrioritizedMessage .
|
Field Summary | |
final static org.apache.commons.logging.Log | logger |
Method Summary | |
public void | message() construct a prioritized message with a message that does not have
the format "a.resource.bundle.base.name#key ", then check
the return value of the method message() . | public void | messageInEnglish() construct a prioritized message with a message that does have
the format "a.resource.bundle.base.name#key ", then check
the return value of the method message(Locale.ENGLISH) . | public void | messageInGerman() construct a prioritized message with a message that does have
the format "a.resource.bundle.base.name#key ", then check
the return value of the method message(Locale.GERMAN) . | public static Test | suite() build this testsuite. |
logger | final static org.apache.commons.logging.Log logger(Code) | | logger of this class
|
PrioritizedMsg | public PrioritizedMsg(String name)(Code) | | Constructor of this TestCase
Parameters: name - name of this test case. |
message | public void message()(Code) | | construct a prioritized message with a message that does not have
the format "a.resource.bundle.base.name#key ", then check
the return value of the method message() .
|
messageInEnglish | public void messageInEnglish()(Code) | | construct a prioritized message with a message that does have
the format "a.resource.bundle.base.name#key ", then check
the return value of the method message(Locale.ENGLISH) .
|
messageInGerman | public void messageInGerman()(Code) | | construct a prioritized message with a message that does have
the format "a.resource.bundle.base.name#key ", then check
the return value of the method message(Locale.GERMAN) .
|
suite | public static Test suite()(Code) | | build this testsuite.
the constructed test suite. |
|
|