Java Globus API: Class MyProxyTest

org.globus.myproxy.test
Class MyProxyTest

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

public class MyProxyTest
extends junit.framework.TestCase


Constructor Summary
MyProxyTest(String name)
           
 
Method Summary
static void main(String[] args)
           
 void setUp()
           
static junit.framework.Test suite()
           
 void testChangePassword()
           
 void testDestroy()
           
 void testInfo()
           
 void testInfo2()
           
 void testPutGet1()
           
 void testPutGet2()
           
 void testPutGet3()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

MyProxyTest

public MyProxyTest(String name)
Method Detail

main

public static void main(String[] args)

suite

public static junit.framework.Test suite()

setUp

public void setUp()
           throws Exception
Overrides:
setUp in class junit.framework.TestCase

testPutGet1

public void testPutGet1()
                 throws Exception

testPutGet2

public void testPutGet2()
                 throws Exception

testDestroy

public void testDestroy()
                 throws Exception

testInfo

public void testInfo()
              throws Exception

testInfo2

public void testInfo2()
               throws Exception

testPutGet3

public void testPutGet3()
                 throws Exception

testChangePassword

public void testChangePassword()
                        throws Exception