groovyx.net.http
Class URIBuilderTest

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

public class URIBuilderTest
extends Object

Author:
tnichols

Constructor Summary
URIBuilderTest()
           
 
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 testMostEverythingElse()
           
 void testParams()
           
 void testPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URIBuilderTest

public URIBuilderTest()
Method Detail

testPath

public void testPath()

testParams

public void testParams()

testMostEverythingElse

public void testMostEverythingElse()

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.