java.lang.Object
junit.framework.Assert
junit.framework.TestCase
net.jxta.ext.config.TestBase
net.jxta.ext.config.PlatformConfigTest
- All Implemented Interfaces:
- junit.framework.Test
- public class PlatformConfigTest
- extends TestBase
- Version:
- $Id: PlatformConfigTest.java,v 1.3 2004/03/22 20:20:36 gonzo Exp $
| Fields inherited from class junit.framework.TestCase |
|
| 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 |
pc
private net.jxta.impl.protocol.PlatformConfig pc
PLATFORM_CONFIG_CLASSIC
private static final java.lang.String PLATFORM_CONFIG_CLASSIC
- See Also:
- Constant Field Values
PRINCIPAL
protected static final java.lang.String PRINCIPAL
- See Also:
- Constant Field Values
PASSWORD
protected static final java.lang.String PASSWORD
- See Also:
- Constant Field Values
NAME
protected static final java.lang.String NAME
- See Also:
- Constant Field Values
DESCRIPTION
protected static final java.lang.String DESCRIPTION
- See Also:
- Constant Field Values
TCP_ADDRESS
protected static final java.lang.String TCP_ADDRESS
- See Also:
- Constant Field Values
TCP_PORT
protected static final int TCP_PORT
- See Also:
- Constant Field Values
MULTICAST_ADDRESS
protected static final java.lang.String MULTICAST_ADDRESS
- See Also:
- Constant Field Values
MULTICAST_PORT
protected static final int MULTICAST_PORT
- See Also:
- Constant Field Values
MULTICAST_SIZE
protected static final int MULTICAST_SIZE
- See Also:
- Constant Field Values
PC
protected static final java.io.File PC
PC_TEST
protected static final java.io.File PC_TEST
PlatformConfigTest
public PlatformConfigTest()
PlatformConfigTest
public PlatformConfigTest(java.lang.String name)
main
public static void main(java.lang.String[] argv)
suite
public static junit.framework.TestSuite suite()
testName
public void testName()
testClassic
public void testClassic()
setUp
protected void setUp()
- Description copied from class:
junit.framework.TestCase
- Sets up the fixture, for example, open a network connection.
This method is called before a test is executed.
tearDown
protected void tearDown()
- Description copied from class:
junit.framework.TestCase
- Tears down the fixture, for example, close a network connection.
This method is called after a test is executed.
exists
protected boolean exists(java.io.File f)
delete
protected void delete(java.io.File f)
getPlatformConfig
protected net.jxta.impl.protocol.PlatformConfig getPlatformConfig()
setPlatformConfig
protected void setPlatformConfig(net.jxta.impl.protocol.PlatformConfig pc)
clean
protected void clean()