org.eclipse.emf.test.core.ecore
Class XMLTypeTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.eclipse.emf.test.core.ecore.XMLTypeTest
All Implemented Interfaces:
junit.framework.Test

public class XMLTypeTest
extends junit.framework.TestCase


Constructor Summary
XMLTypeTest(java.lang.String name)
           
 
Method Summary
static junit.framework.Test suite()
           
 void testInvalidGMonthLax()
          Bug 251090: tests invalid gMonth forms (--MM--), expecting that they will be made valid.
 void testInvalidGMonthStrict()
          Bug 251090: tests invalid gMonth forms (--MM--), expecting that they will fail.
 void testValidGMonth()
          Bug 251090: tests valid gMonth forms (--MM), which should work on any JRE.
 
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, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLTypeTest

public XMLTypeTest(java.lang.String name)
Method Detail

suite

public static junit.framework.Test suite()

testValidGMonth

public void testValidGMonth()
Bug 251090: tests valid gMonth forms (--MM), which should work on any JRE. See http://www.w3.org/2001/05/xmlschema-errata#e2-12


testInvalidGMonthLax

public void testInvalidGMonthLax()
Bug 251090: tests invalid gMonth forms (--MM--), expecting that they will be made valid. See http://www.w3.org/2001/05/xmlschema-errata#e2-12


testInvalidGMonthStrict

public void testInvalidGMonthStrict()
Bug 251090: tests invalid gMonth forms (--MM--), expecting that they will fail. See http://www.w3.org/2001/05/xmlschema-errata#e2-12


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.