public class TestOSLCSYNC
extends java.lang.Object
Constructor and Description |
---|
TestOSLCSYNC() |
Modifier and Type | Method and Description |
---|---|
void |
setAuth(java.lang.String user,
java.lang.String pwd,
java.net.HttpURLConnection con) |
void |
testDelete()
Delete the record
|
void |
testSyncPatch()
Sync to existing record
|
void |
testSyncPost()
sync to new record
|
public void testSyncPost() throws java.io.IOException, MXException
java.lang.Exception
java.io.IOException
MXException
public void setAuth(java.lang.String user, java.lang.String pwd, java.net.HttpURLConnection con)
public void testSyncPatch() throws java.io.IOException, MXException
java.lang.Exception
java.io.IOException
MXException
public void testDelete() throws java.io.IOException, MXException
java.io.IOException
MXException
java.lang.Exception