public class TestNFContacts
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
The class' serialization version id.
|
Constructor and Description |
---|
TestNFContacts() |
Modifier and Type | Method and Description |
---|---|
private static void |
add()
Tests a contact "add" scenario.
|
private static void |
delete()
Tests a contact "delete" scenario.
|
static void |
main(java.lang.String[] args)
The main entry point for when the class is started from a command line.
|
private static void |
update()
Tests a contact "update" scenario.
|
private static final long serialVersionUID
public static void main(java.lang.String[] args)
args
- (String[]) A string array of startup parameters.private static void add() throws java.lang.Exception
java.lang.Exception
- - if an error occurs during processing.private static void update() throws java.lang.Exception
java.lang.Exception
- - if an error occurs during processing.private static void delete() throws java.lang.Exception
java.lang.Exception
- - if an error occurs during processing.