PerfMarkerTest (Java Globus API)
org.globus.ftp.test
Class PerfMarkerTest
java.lang.Object
|
+--TestCase
|
+--org.globus.ftp.test.PerfMarkerTest
- public class PerfMarkerTest
- extends TestCase
Test PerfMarker
- See Also:
- Serialized Form
|
Method Summary |
static void |
main(java.lang.String[] argv)
|
static Test |
suite()
|
void |
testConstructorError()
Test interesting cases of perf marker construction with
invalid argument, and ensure that IllegalAgumentException
is thrown. |
void |
testObject()
test interesting cases of perf marker construction and examine its
get() and has() methods. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PerfMarkerTest
public PerfMarkerTest(java.lang.String name)
main
public static void main(java.lang.String[] argv)
suite
public static Test suite()
testConstructorError
public void testConstructorError()
- Test interesting cases of perf marker construction with
invalid argument, and ensure that IllegalAgumentException
is thrown.
testObject
public void testObject()
throws java.lang.Exception
- test interesting cases of perf marker construction and examine its
get() and has() methods.
java.lang.Exception