public class ServerXMLHandlerTester
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) TClient |
clientTag |
(package private) java.lang.String |
header |
(package private) TLogin |
loginTag |
(package private) java.lang.StringBuffer |
sbXML |
Constructor and Description |
---|
ServerXMLHandlerTester() |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
getComlexText() |
private void |
setup() |
void |
testClientTagNoClosing() |
void |
testClientTagWrongVersion() |
void |
testCmdTrimmedMessageReceived() |
void |
testLoginTagPassLength() |
void |
testLoginTagPassSpecialCharacter() |
void |
testLoginTagUserLength() |
void |
testLoginTagUserSpecialCharacter() |
void |
testLogoutMessageCharConv() |
void |
testTagtoString() |
ServerXMLHandlerTestee |
testXMLHandler() |
java.lang.String header
java.lang.StringBuffer sbXML
TClient clientTag
TLogin loginTag
private void setup()
private java.lang.String getComlexText()
public ServerXMLHandlerTestee testXMLHandler() throws java.io.IOException, org.xml.sax.SAXException
java.io.IOException
org.xml.sax.SAXException
public void testClientTagWrongVersion() throws java.io.IOException, org.xml.sax.SAXException
java.io.IOException
org.xml.sax.SAXException
public void testClientTagNoClosing() throws java.io.IOException, org.xml.sax.SAXException
java.io.IOException
org.xml.sax.SAXException
public void testLoginTagUserSpecialCharacter() throws java.io.IOException, org.xml.sax.SAXException
java.io.IOException
org.xml.sax.SAXException
public void testLoginTagUserLength() throws java.io.IOException, org.xml.sax.SAXException
java.io.IOException
org.xml.sax.SAXException
public void testLoginTagPassSpecialCharacter() throws java.io.IOException, org.xml.sax.SAXException
java.io.IOException
org.xml.sax.SAXException
public void testLoginTagPassLength() throws java.io.IOException, org.xml.sax.SAXException
java.io.IOException
org.xml.sax.SAXException
public void testLogoutMessageCharConv() throws java.io.IOException, org.xml.sax.SAXException
java.io.IOException
org.xml.sax.SAXException
public void testCmdTrimmedMessageReceived() throws java.io.IOException, org.xml.sax.SAXException
java.io.IOException
org.xml.sax.SAXException
public void testTagtoString() throws java.io.IOException, org.xml.sax.SAXException
java.io.IOException
org.xml.sax.SAXException