Package uk.ac.cam.ch.wwmm.opsin
Class DtdTest
- java.lang.Object
-
- uk.ac.cam.ch.wwmm.opsin.DtdTest
-
public class DtdTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DtdTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testRegexes()
void
testRegexTokens()
void
testSuffixApplicability()
void
testSuffixRules()
void
testTokenFiles()
void
testTokenFilesValueValidity()
void
testWordRules()
static void
validate(java.net.URI uri)
-
-
-
Method Detail
-
testTokenFiles
public void testTokenFiles() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testRegexes
public void testRegexes() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testRegexTokens
public void testRegexTokens() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSuffixApplicability
public void testSuffixApplicability() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSuffixRules
public void testSuffixRules() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testWordRules
public void testWordRules() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testTokenFilesValueValidity
public void testTokenFilesValueValidity() throws java.lang.Exception
- Throws:
java.lang.Exception
-
validate
public static void validate(java.net.URI uri) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-