GlobusGSSContextTest (Java Globus API)

org.globus.security.gsi.gssapi.test
Class GlobusGSSContextTest

java.lang.Object
  |
  +--TestCase
        |
        +--org.globus.security.gsi.gssapi.test.GlobusGSSContextTest

public class GlobusGSSContextTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
GlobusGSSContextTest(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
static Test suite()
           
protected  void tearDown()
           
 void testBadMIC()
           
 void testBadUnwrap1()
           
 void testBadUnwrap2()
           
 void testBadUnwrap3()
           
 void testDelegation()
           
 void testMic()
           
 void testNoDelegation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobusGSSContextTest

public GlobusGSSContextTest(java.lang.String name)
Method Detail

main

public static void main(java.lang.String[] args)

suite

public static Test suite()

testDelegation

public void testDelegation()
                    throws java.lang.Exception
java.lang.Exception

testNoDelegation

public void testNoDelegation()
                      throws java.lang.Exception
java.lang.Exception

testMic

public void testMic()
             throws java.lang.Exception
java.lang.Exception

setUp

protected void setUp()
              throws java.lang.Exception
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
java.lang.Exception

testBadMIC

public void testBadMIC()
                throws java.lang.Exception
java.lang.Exception

testBadUnwrap1

public void testBadUnwrap1()
                    throws java.lang.Exception
java.lang.Exception

testBadUnwrap2

public void testBadUnwrap2()
                    throws java.lang.Exception
java.lang.Exception

testBadUnwrap3

public void testBadUnwrap3()
                    throws java.lang.Exception
java.lang.Exception