test.compliance.core.serviceurl
Class JMXServiceURLTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by test.compliance.core.serviceurl.JMXServiceURLTest
All Implemented Interfaces:
junit.framework.Test

public class JMXServiceURLTest
extends junit.framework.TestCase

Author:
Tom Elrod

Constructor Summary
JMXServiceURLTest(String name)
           
 
Method Summary
 void testEquals()
           
 void testInvalidProtocolCharacter()
           
 void testNoHostOrPort()
           
 void testNoPrefix()
           
 void testNoProtocolWithoutSuffix()
           
 void testNoProtocolWithSuffix()
           
 void testNullURL()
           
 void testParamConstructWithIPv6Host()
           
 void testPortWithoutHost()
           
 void testToString()
           
 void testValidURLWithIPv6Host()
           
 void testValidURLWithSemicolonPathSeperator()
           
 void testValidURLWithSlashPathSeperator()
           
 
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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JMXServiceURLTest

public JMXServiceURLTest(String name)
Method Detail

testValidURLWithIPv6Host

public void testValidURLWithIPv6Host()

testToString

public void testToString()

testEquals

public void testEquals()

testNoHostOrPort

public void testNoHostOrPort()

testValidURLWithSlashPathSeperator

public void testValidURLWithSlashPathSeperator()

testValidURLWithSemicolonPathSeperator

public void testValidURLWithSemicolonPathSeperator()

testNoProtocolWithSuffix

public void testNoProtocolWithSuffix()

testParamConstructWithIPv6Host

public void testParamConstructWithIPv6Host()

testNullURL

public void testNullURL()

testNoPrefix

public void testNoPrefix()

testPortWithoutHost

public void testPortWithoutHost()

testNoProtocolWithoutSuffix

public void testNoProtocolWithoutSuffix()

testInvalidProtocolCharacter

public void testInvalidProtocolCharacter()


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.