org.jboss.test
Class SunConfigParserTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.SunConfigParserTestCase

public class SunConfigParserTestCase
extends TestCase

Tests of the Sun login configuration file format parser

See Also:
Serialized Form

Constructor Summary
SunConfigParserTestCase(java.lang.String name)
           
 
Method Summary
 void testParser()
          Test the Sun config file parser directly.
 void testSunLoginConfig()
          Test the Sun config file parser by creating a XMLLoginConfig with a URL pointing to a Sun format config file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SunConfigParserTestCase

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

testParser

public void testParser()
                throws java.lang.Exception
Test the Sun config file parser directly.

Throws:
java.lang.Exception

testSunLoginConfig

public void testSunLoginConfig()
                        throws java.lang.Exception
Test the Sun config file parser by creating a XMLLoginConfig with a URL pointing to a Sun format config file.

Throws:
java.lang.Exception