[sci-flex commit] r400 - plugins/synapse/esper/trunk/java/mediators/src/test/java/org/sciflex/plugins/synapse/esper...

0 views
Skip to first unread message

codesite...@google.com

unread,
Jan 14, 2009, 3:25:06 AM1/14/09
to sci-fl...@googlegroups.com
Author: harsha.halgaswatta
Date: Wed Jan 14 00:17:49 2009
New Revision: 400

Added:

plugins/synapse/esper/trunk/java/mediators/src/test/java/org/sciflex/plugins/synapse/esper/mediators/xml/XMLMediatorPerformanceTest.java

Log:
Added XMLMediatorPerformanceTest.java


Added:
plugins/synapse/esper/trunk/java/mediators/src/test/java/org/sciflex/plugins/synapse/esper/mediators/xml/XMLMediatorPerformanceTest.java
==============================================================================
--- (empty file)
+++
plugins/synapse/esper/trunk/java/mediators/src/test/java/org/sciflex/plugins/synapse/esper/mediators/xml/XMLMediatorPerformanceTest.java
Wed Jan 14 00:17:49 2009
@@ -0,0 +1,22 @@
+package org.sciflex.plugins.synapse.esper.mediators.xml;
+
+import com.clarkware.junitperf.*;
+import junit.framework.Test;
+
+public class XMLMediatorPerformanceTest {
+
+ public static Test suite() {
+
+ long maxElapsedTime = 1000;
+
+ Test testCase = new XMLMediatorTest("testXMLMediator");
+ Test timedTest = new TimedTest(testCase, maxElapsedTime);
+
+ return timedTest;
+ }
+
+ public static void main(String[] args) {
+ junit.textui.TestRunner.run(suite());
+ }
+}
+

Reply all
Reply to author
Forward
0 new messages