| org.jboss.test.SunConfigParserTestCase
SunConfigParserTestCase | public class SunConfigParserTestCase extends TestCase (Code) | | Tests of the Sun login configuration file format parser
author: Scott.Stark@jboss.org version: $Revision: 37390 $ |
Method Summary | |
public void | testParser() Test the Sun config file parser directly. | public void | testSunLoginConfig() Test the Sun config file parser by creating a XMLLoginConfig with a
URL pointing to a Sun format config file. |
SunConfigParserTestCase | public SunConfigParserTestCase(String name)(Code) | | |
testSunLoginConfig | public void testSunLoginConfig() throws Exception(Code) | | Test the Sun config file parser by creating a XMLLoginConfig with a
URL pointing to a Sun format config file.
throws: Exception - |
|
|