com.sunlightlabs.api
Class TestAPI

java.lang.Object
  extended by com.sunlightlabs.api.TestAPI

public class TestAPI
extends java.lang.Object

This class has a main to exercise the API com.sunlightlabs.api.TestAPI steve Jul 23, 2009


Field Summary
static java.lang.String DEFAULT_API_KEY
           
static TestAPI[] EMPTY_ARRAY
           
static java.lang.Class<TestAPI> THIS_CLASS
           
 
Constructor Summary
TestAPI()
           
 
Method Summary
static void main(java.lang.String[] args)
          test main
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

THIS_CLASS

public static java.lang.Class<TestAPI> THIS_CLASS

EMPTY_ARRAY

public static TestAPI[] EMPTY_ARRAY

DEFAULT_API_KEY

public static final java.lang.String DEFAULT_API_KEY
See Also:
Constant Field Values
Constructor Detail

TestAPI

public TestAPI()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
test main

Parameters:
args - ignores
Throws:
java.lang.Exception