donaldp 02/03/27 17:59:45
Added: proposal/myrmidon/src/test/org/apache/aut/converter/lib/test
SimpleConvertersTestCase.java
Log:
the start of a testcase - currently contains nothing! ;)
Revision Changes Path
1.1
jakarta-ant/proposal/myrmidon/src/test/org/apache/aut/converter/lib/test/SimpleConvertersTestCase.java
Index: SimpleConvertersTestCase.java
===================================================================
/*
* Copyright (C) The Apache Software Foundation. All rights reserved.
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE.txt file.
*/
package org.apache.aut.converter.lib.test;
import junit.framework.TestCase;
/**
* A Unit test that is used to test all the simple converters in the lib
directorys.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
* @version $Revision: 1.1 $ $Date: 2002/03/28 01:59:45 $
*/
public class SimpleConvertersTestCase
extends TestCase
{
public SimpleConvertersTestCase( final String name )
{
super( name );
}
}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>