public class TestFtp extends TestBase implements FtpEventListener
TestBase.ChildBASE_TEST_DIR, config, start, uniqueId| Constructor and Description |
|---|
TestFtp() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterCommand(FtpEvent event)
Called after the command has been processed.
|
void |
beforeCommand(FtpEvent event)
Called before the given command is processed.
|
static void |
main(java.lang.String... a)
Run just this test.
|
void |
onUnsupportedCommand(FtpEvent event)
Called when an unsupported command is processed.
|
void |
test()
This method will be called by the test framework.
|
assertContains, assertEqualDatabases, assertEqualReaders, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEqualStreams, assertFalse, assertFalse, assertKnownException, assertKnownException, assertNull, assertResult, assertResultRowCount, assertResultSetMeta, assertResultSetOrdered, assertSingleValue, assertSmaller, assertStartsWith, assertThrows, assertThrows, assertThrows, assertThrows, assertTrue, assertTrue, buildChild, crash, createCaller, createClassProxy, createFailingStream, deleteDb, deleteDb, eatMemory, execute, execute, fail, fail, freeMemory, getBaseDir, getClassPath, getConnection, getConnection, getFilePassword, getMemoryUsed, getMemoryUsedBytes, getPassword, getPassword, getSize, getTestDir, getTestName, getURL, getUser, init, init, logError, logErrorMessage, println, printTime, printTimeMemory, readString, runTest, startServerIfRequired, throwException, trace, trace, traceMemorypublic static void main(java.lang.String... a)
throws java.lang.Exception
a - ignoredjava.lang.Exceptionpublic void test()
throws java.lang.Exception
TestBasepublic void beforeCommand(FtpEvent event)
FtpEventListenerbeforeCommand in interface FtpEventListenerevent - the eventpublic void afterCommand(FtpEvent event)
FtpEventListenerafterCommand in interface FtpEventListenerevent - the eventpublic void onUnsupportedCommand(FtpEvent event)
FtpEventListeneronUnsupportedCommand in interface FtpEventListenerevent - the event