org.edg.security.voms.service.compatibility
Class VOMSCompatibilityTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--org.edg.security.voms.service.compatibility.VOMSCompatibilityTest
All Implemented Interfaces:
junit.framework.Test

public class VOMSCompatibilityTest
extends junit.framework.TestCase

Unit test cases for the VOMSCompatibilitySoapBindingImpl class.

Version:
$Name: v0_7_0 $
Author:
Akos Frohner
See Also:
VOMSCompatibilitySoapBindingImpl

Field Summary
private  VOMSCompatibilitySoapBindingImpl cop
           
protected static org.apache.log4j.Logger log
           
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
VOMSCompatibilityTest(java.lang.String name)
           
 
Method Summary
 void setUp()
           
static junit.framework.Test suite()
           
 void tearDown()
           
 void test00startService()
           
 void test01getGridmapUsers()
           
 void test09stopService()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 

Field Detail

log

protected static org.apache.log4j.Logger log

cop

private VOMSCompatibilitySoapBindingImpl cop
Constructor Detail

VOMSCompatibilityTest

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

suite

public static junit.framework.Test suite()

setUp

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

tearDown

public void tearDown()
Overrides:
tearDown in class junit.framework.TestCase

test00startService

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

test01getGridmapUsers

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

test09stopService

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