|
||||||||||
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.commons.net.tftp.TFTPTest
public class TFTPTest
Test the TFTP Server and TFTP Client by creating some files in the system temp folder and then uploading and downloading them.
Constructor Summary | |
---|---|
TFTPTest()
|
Method Summary | |
---|---|
protected void |
tearDown()
|
void |
testASCIIDownloads()
|
void |
testASCIIUploads()
|
void |
testHugeDownloads()
|
void |
testHugeUploads()
|
void |
testTFTPBinaryDownloads()
|
void |
testTFTPBinaryUploads()
|
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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 TFTPTest()
Method Detail |
---|
protected void tearDown() throws Exception
tearDown
in class junit.framework.TestCase
Exception
public void testTFTPBinaryDownloads() throws Exception
Exception
public void testASCIIDownloads() throws Exception
Exception
public void testTFTPBinaryUploads() throws Exception
Exception
public void testASCIIUploads() throws Exception
Exception
public void testHugeUploads() throws Exception
Exception
public void testHugeDownloads() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |