org.apache.tapestry.test
Class ScriptMessages

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

public final class ScriptMessages
extends 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

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



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.