Author: burton
Date: Thu Mar  3 13:15:47 2005
New Revision: 156088

URL: http://svn.apache.org/viewcvs?view=rev&rev=156088
Log:
init of tests...

Added:
    jakarta/commons/sandbox/benchmark/trunk/src/test/
    jakarta/commons/sandbox/benchmark/trunk/src/test/org/
    jakarta/commons/sandbox/benchmark/trunk/src/test/org/apache/
    jakarta/commons/sandbox/benchmark/trunk/src/test/org/apache/commons/
    
jakarta/commons/sandbox/benchmark/trunk/src/test/org/apache/commons/benchmark/
    
jakarta/commons/sandbox/benchmark/trunk/src/test/org/apache/commons/benchmark/Test1.java

Added: 
jakarta/commons/sandbox/benchmark/trunk/src/test/org/apache/commons/benchmark/Test1.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/benchmark/trunk/src/test/org/apache/commons/benchmark/Test1.java?view=auto&rev=156088
==============================================================================
--- 
jakarta/commons/sandbox/benchmark/trunk/src/test/org/apache/commons/benchmark/Test1.java
 (added)
+++ 
jakarta/commons/sandbox/benchmark/trunk/src/test/org/apache/commons/benchmark/Test1.java
 Thu Mar  3 13:15:47 2005
@@ -0,0 +1,37 @@
+/*
+/*
+ * Copyright 1999,2004 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.commons.benchmark;
+
+import junit.framework.*;
+
+/**
+ */
+public class Test1 extends TestCase {
+
+    public Test1(String testName) {
+        super(testName);
+    }
+
+    public void test1() {
+        System.out.println( "This is a test..." );
+    }
+    
+    public static void main(String args[]) {
+    }
+
+}



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to