|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
com.ail.coretest.CoreUserTestCase
com.ail.coretest.TestConfigurationServices
public class TestConfigurationServices
| Constructor Summary | |
|---|---|
TestConfigurationServices(java.lang.String name)
Constructs a test case with the given name. |
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
|
static junit.framework.Test |
suite()
|
void |
testCarServiceAvailability()
The core offers twp services to package and deploy car files (Configuration Archives). |
void |
testDeployCarServicePreconditions()
The DeployCar service takes a car file and deploys a specified list of the configurations it contains. |
void |
testGetNamespaces()
The GetNamespaces service collects and returns information about all the currently defined configuration namespaces. |
void |
testPackageAndDeployCarHappyPath()
The PackageCar service returns a configuration archive containing a set of configurations specified. |
void |
testPackageCarServicePreconditions()
The PackageCar service returns a configuration archive containing a set of configurations specified. |
void |
testScriptLoadService()
Test the script fetching command (GetCommandScript). |
void |
testScriptSaveService()
Test the script save command. |
| Methods inherited from class com.ail.coretest.CoreUserTestCase |
|---|
getConfiguration, getConfigurationNamespace, getCore, getSecurityPrincipal, getVersionEffectiveDate, resetConfiguration, setConfiguration, setCore, setupSystemProperties, setVersionEffectiveDate |
| Methods inherited from class junit.framework.TestCase |
|---|
countTestCases, getName, run, run, runBare, setName, 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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TestConfigurationServices(java.lang.String name)
| Method Detail |
|---|
public static junit.framework.Test suite()
public static void main(java.lang.String[] args)
public void testScriptLoadService()
throws java.lang.Exception
java.lang.Exception
public void testScriptSaveService()
throws java.lang.Exception
Scriptable commands
can be modified using the SetCommandScript command. This test ensures that this
service is working correctly.
java.lang.Exception
public void testGetNamespaces()
throws java.lang.Exception
java.lang.Exception
public void testCarServiceAvailability()
throws java.lang.Exception
java.lang.Exception
public void testPackageCarServicePreconditions()
throws java.lang.Exception
java.lang.Exception
public void testPackageAndDeployCarHappyPath()
throws java.lang.Exception
java.lang.Exception
public void testDeployCarServicePreconditions()
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||