|
xmlBlaster 2.2.0 API | |||||||||
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.xmlBlaster.test.classtest.qos.StatusQosFactoryTest
public class StatusQosFactoryTest
Test I_StatusQosFactory implementations.
java -Djava.compiler= junit.textui.TestRunner -noloading org.xmlBlaster.test.classtest.qos.StatusQosFactoryTest
StatusQosSaxFactory
,
StatusQosQuickParseFactory
,
the xmlBlaster access interface requirementField Summary | |
---|---|
private java.lang.String |
currImpl
|
private I_StatusQosFactory |
factory
|
protected Global |
glob
|
(package private) static I_StatusQosFactory[] |
IMPL
|
private static java.util.logging.Logger |
log
|
private java.lang.String |
ME
|
Constructor Summary | |
---|---|
StatusQosFactoryTest(Global glob,
java.lang.String name,
int currImpl)
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
java org.xmlBlaster.test.classtest.qos.StatusQosFactoryTest |
protected void |
setUp()
|
static junit.framework.Test |
suite()
Method is used by TestRunner to load these tests |
void |
testDefault()
Tests empty xml string |
void |
testParse()
Tries with all known tags |
void |
testPerformance()
Tries with all known tags |
void |
testToXml()
Test toXml (parse - createXml - parse again - test) |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private java.lang.String ME
protected final Global glob
private static java.util.logging.Logger log
private java.lang.String currImpl
private I_StatusQosFactory factory
static I_StatusQosFactory[] IMPL
Constructor Detail |
---|
public StatusQosFactoryTest(Global glob, java.lang.String name, int currImpl)
Method Detail |
---|
protected void setUp()
setUp
in class junit.framework.TestCase
public void testParse()
public void testToXml()
public void testDefault()
public void testPerformance()
public static junit.framework.Test suite()
public static void main(java.lang.String[] args)
java org.xmlBlaster.test.classtest.qos.StatusQosFactoryTest
|
xmlBlaster 2.2.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |