|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.junit.Assert tests.FacetsTest
public class FacetsTest
Constructor Summary | |
---|---|
FacetsTest()
|
Method Summary | |
---|---|
void |
testBuiltinFacets()
This method verifies the XML Schema's built-in types have their facets defined correctly. |
void |
testEnumerationFacet()
This method will test the enumeration facet. |
void |
testFractionDigitsFacet()
This will test the fractionDigits facet. |
void |
testLengthFacet()
This method will test for the length facet. |
void |
testMinMaxExlusiveFacets()
This method will test the Min and Max Exclusive facets. |
void |
testMinMaxInclusiveFacets()
This method will test the Min and Max Inclusive facets. |
void |
testMinMaxLengthFacets()
This method will test the Min and Max Length facets. |
void |
testPatternFacet()
This method will test for the pattern facet. |
void |
testTotalDigitsFacet()
This method will test the total digits facet. |
void |
testWhiteSpaceFacet()
This will test the whiteSpace facet. |
Methods inherited from class org.junit.Assert |
---|
assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertThat, assertThat, assertTrue, assertTrue, fail, fail |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FacetsTest()
Method Detail |
---|
public void testLengthFacet() throws Exception
Exception
- Any exception encounteredpublic void testPatternFacet() throws Exception
Exception
- Any Exception encounteredpublic void testTotalDigitsFacet() throws Exception
Exception
- Any exception encounteredpublic void testMinMaxInclusiveFacets() throws Exception
Exception
- Any Exception encounteredpublic void testMinMaxExlusiveFacets() throws Exception
Exception
- Any Exception encounteredpublic void testWhiteSpaceFacet() throws Exception
Exception
- Any Exception encounteredpublic void testFractionDigitsFacet() throws Exception
Exception
- Any Exception encounteredpublic void testMinMaxLengthFacets() throws Exception
Exception
- Any Exception encounteredpublic void testEnumerationFacet() throws Exception
Exception
- Any Exception encounteredpublic void testBuiltinFacets()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |