Java Globus API: Class CertUtilTest

org.globus.gsi.test
Class CertUtilTest

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

public class CertUtilTest
extends junit.framework.TestCase


Constructor Summary
CertUtilTest(String name)
           
 
Method Summary
static void main(String[] args)
           
static junit.framework.Test suite()
           
 void testGetBase1()
           
 void testGetBase2()
           
 void testGetProxyType1()
           
 void testGetProxyType2()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, 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

CertUtilTest

public CertUtilTest(String name)
Method Detail

main

public static void main(String[] args)

suite

public static junit.framework.Test suite()

testGetBase1

public void testGetBase1()
                  throws Exception

testGetBase2

public void testGetBase2()
                  throws Exception

testGetProxyType1

public void testGetProxyType1()
                       throws Exception

testGetProxyType2

public void testGetProxyType2()
                       throws Exception