ch.ethz.iks.slp.impl
Class SelfDiscoveryTest

java.lang.Object
  extended by TestCase
      extended by ch.ethz.iks.slp.impl.SelfDiscoveryTest

public class SelfDiscoveryTest
extends TestCase


Constructor Summary
SelfDiscoveryTest()
           
 
Method Summary
 void runTests()
           
 void setUp()
           
 void tearDown()
           
 void testAttributes()
           
 void testFilter()
           
 void testFilter2()
           
 void testService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelfDiscoveryTest

public SelfDiscoveryTest()
Method Detail

setUp

public void setUp()
           throws InterruptedException
Throws:
InterruptedException

tearDown

public void tearDown()
              throws InterruptedException
Throws:
InterruptedException

runTests

public void runTests()
              throws Exception
Throws:
Exception

testService

public void testService()
                 throws Exception
Throws:
Exception

testAttributes

public void testAttributes()
                    throws Exception
Throws:
Exception

testFilter

public void testFilter()
                throws Exception
Throws:
Exception

testFilter2

public void testFilter2()
                 throws Exception
Throws:
Exception