|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.Assert junit.framework.TestCase tests.FacetsTest
public class FacetsTest
Constructor Summary | |
---|---|
FacetsTest()
|
Method Summary | |
---|---|
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 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 |
---|
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 encountered
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |