Java Globus API: Class GlobusGSSNameTest

org.globus.gsi.gssapi.test
Class GlobusGSSNameTest

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

public class GlobusGSSNameTest
extends junit.framework.TestCase


Constructor Summary
GlobusGSSNameTest(String name)
           
 
Method Summary
static void main(String[] args)
           
static junit.framework.Test suite()
           
 void testAnonymous()
           
 void testBadHostbasedService()
           
 void testConversion()
           
 void testEquals()
           
 void testEquals2()
           
 void testHostbasedService2()
           
 void testHostbasedService3()
           
 void testParse()
           
 
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

GlobusGSSNameTest

public GlobusGSSNameTest(String name)
Method Detail

main

public static void main(String[] args)

suite

public static junit.framework.Test suite()

testParse

public void testParse()
               throws Exception

testAnonymous

public void testAnonymous()
                   throws Exception

testEquals

public void testEquals()
                throws Exception

testConversion

public void testConversion()
                    throws Exception

testBadHostbasedService

public void testBadHostbasedService()
                             throws Exception

testHostbasedService2

public void testHostbasedService2()
                           throws Exception

testHostbasedService3

public void testHostbasedService3()
                           throws Exception

testEquals2

public void testEquals2()
                 throws Exception