org.openuat.util.test
Class BluetoothRFCOMMChannelTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.openuat.util.test.BluetoothRFCOMMChannelTest
All Implemented Interfaces:
junit.framework.Test

public class BluetoothRFCOMMChannelTest
extends junit.framework.TestCase


Constructor Summary
BluetoothRFCOMMChannelTest()
           
 
Method Summary
 void setUp()
           
 void testClosedOnInitWithAddress()
           
 void testClosedOnInitWithAddressAndChannel()
           
 void testClosedOnInitWithURL()
           
 void testEqualsAddress()
           
 void testEqualsHashcode1()
           
 void testEqualsHashcode2()
           
 void testEqualsHashcode3()
           
 void testEqualsHashcode4()
           
 void testEqualsHashcode5()
           
 void testEqualsServiceURL()
           
 void testEqualsServiceURLAndAddrChannel()
           
 void testNotEqualsAddress()
           
 void testNotEqualsServiceURL1()
           
 void testNotEqualsServiceURL2()
           
 void testNotEqualsServiceURLAndAddrChannel1()
           
 void testNotEqualsServiceURLAndAddrChannel2()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

BluetoothRFCOMMChannelTest

public BluetoothRFCOMMChannelTest()
Method Detail

setUp

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

testClosedOnInitWithAddress

public void testClosedOnInitWithAddress()
                                 throws java.io.IOException
Throws:
java.io.IOException

testClosedOnInitWithAddressAndChannel

public void testClosedOnInitWithAddressAndChannel()
                                           throws java.io.IOException
Throws:
java.io.IOException

testClosedOnInitWithURL

public void testClosedOnInitWithURL()
                             throws java.io.IOException
Throws:
java.io.IOException

testEqualsAddress

public void testEqualsAddress()
                       throws java.io.IOException
Throws:
java.io.IOException

testNotEqualsAddress

public void testNotEqualsAddress()
                          throws java.io.IOException
Throws:
java.io.IOException

testEqualsServiceURL

public void testEqualsServiceURL()
                          throws java.io.IOException
Throws:
java.io.IOException

testNotEqualsServiceURL1

public void testNotEqualsServiceURL1()
                              throws java.io.IOException
Throws:
java.io.IOException

testNotEqualsServiceURL2

public void testNotEqualsServiceURL2()
                              throws java.io.IOException
Throws:
java.io.IOException

testEqualsServiceURLAndAddrChannel

public void testEqualsServiceURLAndAddrChannel()
                                        throws java.io.IOException
Throws:
java.io.IOException

testNotEqualsServiceURLAndAddrChannel1

public void testNotEqualsServiceURLAndAddrChannel1()
                                            throws java.io.IOException
Throws:
java.io.IOException

testNotEqualsServiceURLAndAddrChannel2

public void testNotEqualsServiceURLAndAddrChannel2()
                                            throws java.io.IOException
Throws:
java.io.IOException

testEqualsHashcode1

public void testEqualsHashcode1()
                         throws java.io.IOException
Throws:
java.io.IOException

testEqualsHashcode2

public void testEqualsHashcode2()
                         throws java.io.IOException
Throws:
java.io.IOException

testEqualsHashcode3

public void testEqualsHashcode3()
                         throws java.io.IOException
Throws:
java.io.IOException

testEqualsHashcode4

public void testEqualsHashcode4()
                         throws java.io.IOException
Throws:
java.io.IOException

testEqualsHashcode5

public void testEqualsHashcode5()
                         throws java.io.IOException
Throws:
java.io.IOException


2005-2006, Rene Mayrhofer.