Revision: 6094
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6094&view=rev
Author: manningr
Date: 2010-12-31 19:53:25 +0000 (Fri, 31 Dec 2010)
Log Message:
-----------
New test for ExampleExceptionFormatter.
Added Paths:
-----------
trunk/sql12/plugins/example/src/test/java/net/sourceforge/squirrel_sql/plugins/example/ExampleExceptionFormatterTest.java
Added: trunk/sql12/plugins/example/src/test/java/net/sourceforge/squirrel_sql/plugins/example/ExampleExceptionFormatterTest.java
===================================================================
--- trunk/sql12/plugins/example/src/test/java/net/sourceforge/squirrel_sql/plugins/example/ExampleExceptionFormatterTest.java (rev 0)
+++ trunk/sql12/plugins/example/src/test/java/net/sourceforge/squirrel_sql/plugins/example/ExampleExceptionFormatterTest.java 2010-12-31 19:53:25 UTC (rev 6094)
@@ -0,0 +1,34 @@
+package net.sourceforge.squirrel_sql.plugins.example;
+
+import net.sourceforge.squirrel_sql.fw.util.AbstractExceptionFormatterTest;
+import net.sourceforge.squirrel_sql.fw.util.ExceptionFormatter;
+
+/*
+ * Copyright (C) 2010 Rob Manning
+ * man...@us...
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+public class ExampleExceptionFormatterTest extends AbstractExceptionFormatterTest
+{
+
+ @Override
+ protected ExceptionFormatter getExceptionFormatterToTest()
+ {
+ return new ExampleExceptionFormatter();
+ }
+
+}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|