001    //
002    // Generated stub from file:/c:/Documents%20and%20Settings/tnichols/Documents/dev/sandbox/http-builder/src/test/groovy/groovyx/net/http/URIBuilderTest.groovy
003    //
004    
005    package groovyx.net.http;
006    
007    import java.lang.*;
008    import java.io.*;
009    import java.net.*;
010    import java.util.*;
011    import groovy.lang.*;
012    import groovy.util.*;
013    import org.junit.Test;
014    
015    /**
016     * @author tnichols
017     */
018    public class URIBuilderTest
019        extends java.lang.Object
020    {
021        public void testPath() {
022            throw new InternalError("Stubbed method");
023        }
024    
025        public void testParams() {
026            throw new InternalError("Stubbed method");
027        }
028    
029        public void testMostEverythingElse() {
030            throw new InternalError("Stubbed method");
031        }
032    
033        public groovy.lang.MetaClass getMetaClass() {
034            throw new InternalError("Stubbed method");
035        }
036    
037        public void setMetaClass(groovy.lang.MetaClass metaClass) {
038            throw new InternalError("Stubbed method");
039        }
040    
041        public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args) {
042            throw new InternalError("Stubbed method");
043        }
044    
045        public java.lang.Object getProperty(java.lang.String name) {
046            throw new InternalError("Stubbed method");
047        }
048    
049        public void setProperty(java.lang.String name, java.lang.Object value) {
050            throw new InternalError("Stubbed method");
051        }
052    }