groovyx.net.http
Class HTTPBuilderTest

java.lang.Object
  extended by groovyx.net.http.HTTPBuilderTest

public class HTTPBuilderTest
extends Object


Constructor Summary
HTTPBuilderTest()
           
 
Method Summary
 MetaClass getMetaClass()
           
 Object getProperty(String name)
           
 Object invokeMethod(String name, Object args)
           
 void setMetaClass(MetaClass metaClass)
           
 void setProperty(String name, Object value)
           
 void test404()
           
 void testAuth()
           
 void testGET()
           
 void testJSON()
           
 void testPOST()
           
 void testRequest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPBuilderTest

public HTTPBuilderTest()
Method Detail

testGET

public void testGET()

testPOST

public void testPOST()

testRequest

public void testRequest()

test404

public void test404()

testJSON

public void testJSON()

testAuth

public void testAuth()

getMetaClass

public MetaClass getMetaClass()

setMetaClass

public void setMetaClass(MetaClass metaClass)

invokeMethod

public Object invokeMethod(String name,
                           Object args)

getProperty

public Object getProperty(String name)

setProperty

public void setProperty(String name,
                        Object value)


Copyright © 2008. All Rights Reserved.