Methods Summary |
---|
public void | NotestFile()
expectBuildExceptionContaining("testFile",
"error on file URL",
IsReachable.ERROR_NO_HOST_IN_URL);
|
public void | setUp()
configureProject(
"src/etc/testcases/taskdefs/conditions/isreachable.xml");
|
public void | testBadTimeout()
expectBuildExceptionContaining("testBadTimeout",
"error on -ve timeout",
IsReachable.ERROR_BAD_TIMEOUT);
|
public void | testBadURL()
expectBuildExceptionContaining("testBadURL",
"error in URL",
IsReachable.ERROR_BAD_URL);
|
public void | testBoth()
expectBuildExceptionContaining("testBoth",
"error on two targets",
IsReachable.ERROR_BOTH_TARGETS);
|
public void | testFTPURL()
executeTarget("testFTPURL");
|
public void | testIpv4localhost()
executeTarget("testIpv4localhost");
|
public void | testLocalhost()
executeTarget("testLocalhost");
|
public void | testLocalhostURL()
executeTarget("testLocalhostURL");
|
public void | testNoTargets()
expectBuildExceptionContaining("testNoTargets",
"no params",
IsReachable.ERROR_NO_HOSTNAME);
|