|
||||||||||
| 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.apache.tiles.jsp.context.JspPrintWriterAdapterTest
public class JspPrintWriterAdapterTest
Tests JspPrintWriterAdapter.
| Constructor Summary | |
|---|---|
JspPrintWriterAdapterTest()
|
|
| 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, format |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JspPrintWriterAdapterTest()
| Method Detail |
|---|
public void testWriteInt()
throws IOException
JspPrintWriterAdapter.write(int).
IOException - If something goes wrong.
public void testWriteCharArray()
throws IOException
JspPrintWriterAdapter.write(char[]).
IOException - If something goes wrong.
public void testWriteCharArrayIntInt()
throws IOException
JspPrintWriterAdapter.write(char[], int, int).
IOException - If something goes wrong.
public void testFlush()
throws IOException
JspPrintWriterAdapter.flush().
IOException - If something goes wrong.
public void testClose()
throws IOException
JspPrintWriterAdapter.close().
IOException - If something goes wrong.
public void testPrintBoolean()
throws IOException
JspPrintWriterAdapter.print(boolean).
IOException - If something goes wrong.
public void testPrintChar()
throws IOException
JspPrintWriterAdapter.print(char).
IOException - If something goes wrong.
public void testPrintInt()
throws IOException
JspPrintWriterAdapter.print(int).
IOException - If something goes wrong.
public void testPrintLong()
throws IOException
JspPrintWriterAdapter.print(long).
IOException - If something goes wrong.
public void testPrintFloat()
throws IOException
JspPrintWriterAdapter.print(float).
IOException - If something goes wrong.
public void testPrintDouble()
throws IOException
JspPrintWriterAdapter.print(double).
IOException - If something goes wrong.
public void testPrintCharArray()
throws IOException
JspPrintWriterAdapter.print(char[]).
IOException - If something goes wrong.
public void testPrintln()
throws IOException
JspPrintWriterAdapter.println().
IOException - If something goes wrong.
public void testPrintlnBoolean()
throws IOException
JspPrintWriterAdapter.println(boolean).
IOException - If something goes wrong.
public void testPrintlnChar()
throws IOException
JspPrintWriterAdapter.println(char).
IOException - If something goes wrong.
public void testPrintlnInt()
throws IOException
JspPrintWriterAdapter.println(int).
IOException - If something goes wrong.
public void testPrintlnLong()
throws IOException
JspPrintWriterAdapter.println(long).
IOException - If something goes wrong.
public void testPrintlnFloat()
throws IOException
JspPrintWriterAdapter.println(float).
IOException - If something goes wrong.
public void testPrintlnDouble()
throws IOException
JspPrintWriterAdapter.println(double).
IOException - If something goes wrong.
public void testPrintlnCharArray()
throws IOException
JspPrintWriterAdapter.println(char[]).
IOException - If something goes wrong.public void testGetJspWriter()
JspPrintWriterAdapter.getJspWriter().
public void testAppendChar()
throws IOException
JspPrintWriterAdapter.append(char).
IOException - If something goes wrong.
public void testAppendCharSequenceIntInt()
throws IOException
JspPrintWriterAdapter.append(java.lang.CharSequence, int, int).
IOException - If something goes wrong.
public void testAppendCharSequence()
throws IOException
JspPrintWriterAdapter.append(java.lang.CharSequence).
IOException - If something goes wrong.
public void testPrintObject()
throws IOException
JspPrintWriterAdapter.print(java.lang.Object).
IOException - If something goes wrong.
public void testPrintString()
throws IOException
JspPrintWriterAdapter.print(java.lang.String).
IOException - If something goes wrong.
public void testPrintlnObject()
throws IOException
JspPrintWriterAdapter.println(java.lang.Object).
IOException - If something goes wrong.
public void testPrintlnString()
throws IOException
JspPrintWriterAdapter.println(java.lang.String).
IOException - If something goes wrong.
public void testWriteStringIntInt()
throws IOException
JspPrintWriterAdapter.write(java.lang.String, int, int).
IOException - If something goes wrong.
public void testWriteString()
throws IOException
JspPrintWriterAdapter.write(java.lang.String).
IOException - If something goes wrong.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||