org.glite.ce.monitorapij.ws
Class CEMonitorTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.glite.ce.monitorapij.ws.CEMonitorTestCase
All Implemented Interfaces:
junit.framework.Test

public class CEMonitorTestCase
extends junit.framework.TestCase


Constructor Summary
CEMonitorTestCase(java.lang.String name)
           
 
Method Summary
 void test1CEMonitorPing()
           
 void test2CEMonitorGetInfo()
           
 void test3CEMonitorSubscribe()
           
 void test4CEMonitorUnsubscribe()
           
 void test5CEMonitorPauseSubscription()
           
 void test6CEMonitorResumeSubscription()
           
 void test7CEMonitorGetTopics()
           
 void test8CEMonitorGetEvent()
           
 void test9CEMonitorNotify()
           
 void testCEMonitorWSDL()
           
 
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

CEMonitorTestCase

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

testCEMonitorWSDL

public void testCEMonitorWSDL()
                       throws java.lang.Exception
Throws:
java.lang.Exception

test1CEMonitorPing

public void test1CEMonitorPing()
                        throws java.lang.Exception
Throws:
java.lang.Exception

test2CEMonitorGetInfo

public void test2CEMonitorGetInfo()
                           throws java.lang.Exception
Throws:
java.lang.Exception

test3CEMonitorSubscribe

public void test3CEMonitorSubscribe()
                             throws java.lang.Exception
Throws:
java.lang.Exception

test4CEMonitorUnsubscribe

public void test4CEMonitorUnsubscribe()
                               throws java.lang.Exception
Throws:
java.lang.Exception

test5CEMonitorPauseSubscription

public void test5CEMonitorPauseSubscription()
                                     throws java.lang.Exception
Throws:
java.lang.Exception

test6CEMonitorResumeSubscription

public void test6CEMonitorResumeSubscription()
                                      throws java.lang.Exception
Throws:
java.lang.Exception

test7CEMonitorGetTopics

public void test7CEMonitorGetTopics()
                             throws java.lang.Exception
Throws:
java.lang.Exception

test8CEMonitorGetEvent

public void test8CEMonitorGetEvent()
                            throws java.lang.Exception
Throws:
java.lang.Exception

test9CEMonitorNotify

public void test9CEMonitorNotify()
                          throws java.lang.Exception
Throws:
java.lang.Exception