| |
|
| java.lang.Object org.purl.sword.test.SwordTest
SwordTest | public class SwordTest (Code) | | Simple test class for the ServiceDocument and DepositResponse
classes in the SWORD common classes.
author: Neil Taylor |
Method Summary | |
public void | depositResponseTest() Create a test DepositResponse class. | public static void | main(String[] args) Start the test of the ServiceDocument followed by the
DepositResponse. | public void | serviceDocumentTest() Create a test ServiceDocument class. |
depositResponseTest | public void depositResponseTest()(Code) | | Create a test DepositResponse class. Marshall and Unmarshall the
data to ensure that it is preserved when transformed to and
from an XML string.
|
main | public static void main(String[] args)(Code) | | Start the test of the ServiceDocument followed by the
DepositResponse.
Parameters: args - |
serviceDocumentTest | public void serviceDocumentTest()(Code) | | Create a test ServiceDocument class. Marshall and Unmarshall the
data to ensure that it is preserved when transformed to and
from an XML string.
|
|
|
|