org.apache.tapestry.test
Class ScriptMessages

java.lang.Object
  extended by org.apache.tapestry.test.ScriptMessages

public class ScriptMessages
extends java.lang.Object

Container of static methods to format logging and exception messages, used within the org.apache.tapesty.test package (and a few sub-packages).

Technically, these are messages for the test package, and this class should be called TestMessages ... but that's always a bad idea (it makes the class look like a JUnit test suite).

This class is public, not package private, because some related sub-packages make use of it as well.

Since:
4.0
Author:
Howard Lewis Ship

Constructor Summary
ScriptMessages()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptMessages

public ScriptMessages()