|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
nesstar.test.NesstarTestCase
nesstar.api.common.ServerTestBase
public class ServerTestBase
A Base Test class for Server.java Automatically generated from ARGO/UML
| Field Summary | |
|---|---|
static ServerHome |
__home
|
| Constructor Summary | |
|---|---|
ServerTestBase(String testName)
Constructor for the ServerTestBase object |
|
| Method Summary | |
|---|---|
static junit.framework.Test |
getAssociationTest()
|
static junit.framework.Test |
getAttributesTest()
|
static ServerHome |
getHome()
|
static junit.framework.Test |
getMethodsTest()
|
static junit.framework.Test |
getProperiesTest()
|
static void |
main(String[] args)
The main program for the ServerTestBase class |
static junit.framework.Test |
suite()
Return the suite of all tests of this class |
void |
testAssociationAcuCatalog()
A Test of the attribute acuCatalog of type Catalog |
void |
testAssociationStatEngine()
A Test of the attribute statEngine of type NSDStatEngine |
void |
testAttributeComment()
A test on Comment |
void |
testAttributeCreationDate()
A test on CreationDate |
void |
testAttributeHomes()
A Test of the attribute homes |
void |
testAttributeLabel()
A test on Label |
void |
testAttributeSecurePort()
A Test of the attribute securePort |
void |
testHomeOperationFindAll()
A test on the home operation findAll(String id) |
void |
testHomeOperationFindByKey()
A test on the home operation findByKey(String id) |
void |
testOperationGetHome()
A Test of the operation GetHome(URL classURL) |
void |
testOperationGetOrphans()
A Test of the operation GetOrphans(String classURL) |
void |
testOperationImport()
A Test of the operation Import(File file) |
void |
testOperationPathsTo()
A Test of the operation PathsTo(RDFObject to) |
void |
testOperationXSLTransform()
A Test of the operation XSLTransform(String file,String MIMEType,String parameters,String xslFile) |
| 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 |
| Field Detail |
|---|
public static ServerHome __home
| Constructor Detail |
|---|
public ServerTestBase(String testName)
testName - | Method Detail |
|---|
public static ServerHome getHome()
throws Exception
Exception
public static junit.framework.Test getProperiesTest()
throws Exception
Exception
public static junit.framework.Test getAttributesTest()
throws Exception
Exception
public static junit.framework.Test getAssociationTest()
throws Exception
Exception
public static junit.framework.Test getMethodsTest()
throws Exception
Exceptionpublic static void main(String[] args)
args - The command line argumentspublic static junit.framework.Test suite()
public void testAttributeHomes()
throws Exception
Exception
public void testAttributeSecurePort()
throws Exception
Exception
public void testAttributeComment()
throws Exception
Exception
public void testAttributeLabel()
throws Exception
Exception
public void testAttributeCreationDate()
throws Exception
Exception
public void testHomeOperationFindByKey()
throws Exception
Exception
public void testHomeOperationFindAll()
throws Exception
Exception
public void testOperationGetHome()
throws Exception
Exception
public void testOperationImport()
throws Exception
Exception
public void testOperationXSLTransform()
throws Exception
Does ...
Exception
public void testOperationGetOrphans()
throws Exception
Return all the orphans of the indicated class present in the server. An orphan is an object that has not parents (e.g. Catalogs that are not children of the Server or of another Catalog or Studies that are not children of a Catalog).
Exception
public void testOperationPathsTo()
throws Exception
Return a list of paths that lead from the server to the 'to' object. A path is a sequence of property traversals. For example catalogs[1].children[2].children[3] is a path that leads from the root down to the first catalog and then to the third child of the second catalog's subcatalog.
Exception
public void testAssociationStatEngine()
throws Exception
Exception
public void testAssociationAcuCatalog()
throws Exception
Exception
|
Nesstar SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||