|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.springframework.xml.validation.AbstractValidatorFactoryTestCase
public abstract class AbstractValidatorFactoryTestCase
Constructor Summary | |
---|---|
AbstractValidatorFactoryTestCase()
|
Method Summary | |
---|---|
protected abstract org.springframework.xml.validation.XmlValidator |
createValidator(Resource[] schemaResources,
String schemaLanguage)
|
protected void |
setUp()
|
protected void |
tearDown()
|
void |
testHandleInvalidMessageDom()
|
void |
testHandleInvalidMessageSax()
|
void |
testHandleInvalidMessageStream()
|
void |
testHandleValidMessageDom()
|
void |
testHandleValidMessageSax()
|
void |
testHandleValidMessageStream()
|
void |
testMultipleSchemasValidMessage()
|
void |
testValidateTwice()
|
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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 AbstractValidatorFactoryTestCase()
Method Detail |
---|
protected void setUp() throws Exception
setUp
in class junit.framework.TestCase
Exception
protected void tearDown() throws Exception
tearDown
in class junit.framework.TestCase
Exception
protected abstract org.springframework.xml.validation.XmlValidator createValidator(Resource[] schemaResources, String schemaLanguage) throws Exception
Exception
public void testHandleValidMessageStream() throws Exception
Exception
public void testValidateTwice() throws Exception
Exception
public void testHandleInvalidMessageStream() throws Exception
Exception
public void testHandleValidMessageSax() throws Exception
Exception
public void testHandleInvalidMessageSax() throws Exception
Exception
public void testHandleValidMessageDom() throws Exception
Exception
public void testHandleInvalidMessageDom() throws Exception
Exception
public void testMultipleSchemasValidMessage() throws Exception
Exception
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |