Package org.jboss.metadata.test
Class ComparePreviousSchemasTestCase
- java.lang.Object
-
- org.jboss.metadata.test.ComparePreviousSchemasTestCase
-
public class ComparePreviousSchemasTestCase extends Object
- Author:
- Carlo de Wolf
-
-
Constructor Summary
Constructors Constructor Description ComparePreviousSchemasTestCase(File previous, File current)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidcheckCorrectVersion()because the version to test against needs to be manually updated this makes sure that it is not forgottenstatic List<Object[]>schemas()voidtestMD5()
-
-
-
Method Detail
-
checkCorrectVersion
public static void checkCorrectVersion()
because the version to test against needs to be manually updated this makes sure that it is not forgotten
-
schemas
public static List<Object[]> schemas() throws URISyntaxException
- Throws:
URISyntaxException
-
testMD5
public void testMD5() throws IOException- Throws:
IOException
-
-