org.topbraid.strings.classexpressions.parser.tests
Class ParseDataRangeClassTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.topbraid.core.testing.AbstractTBTestCase
              extended by org.topbraid.strings.classexpressions.parser.tests.ParseDataRangeClassTestCase
All Implemented Interfaces:
junit.framework.Test

public class ParseDataRangeClassTestCase
extends AbstractTBTestCase


Field Summary
 
Fields inherited from class org.topbraid.core.testing.AbstractTBTestCase
BASE_URI, NS, URI
 
Constructor Summary
ParseDataRangeClassTestCase()
           
 
Method Summary
 void testDataComplementOf()
           
 void testDigits()
           
 void testNestedDataComplementOf()
           
 void testParseDataRangeWithNumbers()
           
 void testParseDataRangeWithStrings()
           
 void testParseLength()
           
 void testParseMinInclusive()
           
 void testParseMinMaxInclusiveInt()
           
 void testParseMinMaxInclusiveInteger()
           
 void testParseMinMaxLength()
           
 void testParsePattern()
           
 void testUnknownFacet()
           
 
Methods inherited from class org.topbraid.core.testing.AbstractTBTestCase
assertSize, createModel, createNonNegativeInteger, createOntModel, createOntModel, execute
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseDataRangeClassTestCase

public ParseDataRangeClassTestCase()
Method Detail

testParseDataRangeWithNumbers

public void testParseDataRangeWithNumbers()
                                   throws java.lang.Exception
Throws:
java.lang.Exception

testParseDataRangeWithStrings

public void testParseDataRangeWithStrings()
                                   throws java.lang.Exception
Throws:
java.lang.Exception

testParseMinInclusive

public void testParseMinInclusive()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testParseMinMaxInclusiveInt

public void testParseMinMaxInclusiveInt()
                                 throws java.lang.Exception
Throws:
java.lang.Exception

testParseMinMaxInclusiveInteger

public void testParseMinMaxInclusiveInteger()
                                     throws java.lang.Exception
Throws:
java.lang.Exception

testParseLength

public void testParseLength()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testParseMinMaxLength

public void testParseMinMaxLength()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testParsePattern

public void testParsePattern()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testDigits

public void testDigits()
                throws java.lang.Exception
Throws:
java.lang.Exception

testDataComplementOf

public void testDataComplementOf()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testNestedDataComplementOf

public void testNestedDataComplementOf()
                                throws java.lang.Exception
Throws:
java.lang.Exception

testUnknownFacet

public void testUnknownFacet()
                      throws java.lang.Exception
Throws:
java.lang.Exception