|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.h2.test.TestBase
org.h2.test.unit.TestFtp
public class TestFtp
Tests the FTP server tool.
Field Summary |
---|
Fields inherited from class org.h2.test.TestBase |
---|
BASE_TEST_DIR, config, start, TEMP_DIR, uniqueId |
Constructor Summary | |
---|---|
TestFtp()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestFtp()
Method Detail |
---|
public static void main(java.lang.String... a) throws java.lang.Exception
a
- ignored
java.lang.Exception
public void test() throws java.lang.Exception
TestBase
test
in class TestBase
java.lang.Exception
- if an exception in the test occurspublic void beforeCommand(FtpEvent event)
FtpEventListener
beforeCommand
in interface FtpEventListener
event
- the eventpublic void afterCommand(FtpEvent event)
FtpEventListener
afterCommand
in interface FtpEventListener
event
- the eventpublic void onUnsupportedCommand(FtpEvent event)
FtpEventListener
onUnsupportedCommand
in interface FtpEventListener
event
- the event
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |