public class MiscOperations.ServerConfigurationTest extends Object
Constructor and Description |
---|
ServerConfigurationTest()
Constructs a ServerConfigurationTest.
|
Modifier and Type | Method and Description |
---|---|
protected ServerConfiguration |
createServerConfiguration(LibrarySession session,
String name,
String propertyName,
String propertyValue)
Creates a ServerConfiguration.
|
void |
performTest()
Runs the test.
|
protected void |
setInheritance(ServerConfiguration subConfig,
ServerConfiguration superConfig)
Adds an inherited ServerConfiguration to a specified ServerConfiguration.
|
protected String |
show(Property property)
Gets a String that represents the specified Property.
|
protected void |
sort(Property[] properties)
Y.A.B.S.
|
public ServerConfigurationTest()
public void performTest() throws IfsException
IfsException
- if the operation failsprotected ServerConfiguration createServerConfiguration(LibrarySession session, String name, String propertyName, String propertyValue) throws IfsException
name
- the namepropertyName
- the name of a PropertypropertyValue
- the value of a PropertyIfsException
- if the operation failsprotected void setInheritance(ServerConfiguration subConfig, ServerConfiguration superConfig) throws IfsException
subConfig
- the ServerConfigurationsuperConfig
- the inherited ServerConfigurationIfsException
- if the operation failsprotected String show(Property property) throws IfsException
property
- the, umm, PropertyIfsException
- if the operation failsprotected void sort(Property[] properties) throws IfsException
properties
- the Properties to sortIfsException
- if the operation failsCopyright © 2023. All rights reserved.