Java Globus API: Class PerfMarkerTest

org.globus.ftp.test
Class PerfMarkerTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--org.globus.ftp.test.PerfMarkerTest
All Implemented Interfaces:
junit.framework.Test

public class PerfMarkerTest
extends junit.framework.TestCase

Test PerfMarker


Constructor Summary
PerfMarkerTest(String name)
           
 
Method Summary
static void main(String[] argv)
           
static junit.framework.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 junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PerfMarkerTest

public PerfMarkerTest(String name)
Method Detail

main

public static void main(String[] argv)

suite

public static junit.framework.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 Exception
test interesting cases of perf marker construction and examine its get() and has() methods.