001 // 002 // Generated stub from file:/c:/Documents%20and%20Settings/tnichols/Documents/dev/sandbox/http-builder/src/test/groovy/groovyx/net/http/HTTPBuilderTest.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 static groovyx.net.http.Method.*; 014 import static groovyx.net.http.ContentType.*; 015 import org.junit.Test; 016 import java.lang.AssertionError; 017 import java.io.Reader; 018 import groovy.util.XmlSlurper; 019 import groovy.util.slurpersupport.GPathResult; 020 021 public class HTTPBuilderTest 022 extends java.lang.Object 023 { 024 public void testGET() { 025 throw new InternalError("Stubbed method"); 026 } 027 028 public void testReader() { 029 throw new InternalError("Stubbed method"); 030 } 031 032 public void testPOSTwithXML() { 033 throw new InternalError("Stubbed method"); 034 } 035 036 public void testHeadMethod() { 037 throw new InternalError("Stubbed method"); 038 } 039 040 public void testRequestAndDefaultResponseHandlers() { 041 throw new InternalError("Stubbed method"); 042 } 043 044 public void test404() { 045 throw new InternalError("Stubbed method"); 046 } 047 048 public void testJSON() { 049 throw new InternalError("Stubbed method"); 050 } 051 052 public void testAuth() { 053 throw new InternalError("Stubbed method"); 054 } 055 056 public groovy.lang.MetaClass getMetaClass() { 057 throw new InternalError("Stubbed method"); 058 } 059 060 public void setMetaClass(groovy.lang.MetaClass metaClass) { 061 throw new InternalError("Stubbed method"); 062 } 063 064 public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args) { 065 throw new InternalError("Stubbed method"); 066 } 067 068 public java.lang.Object getProperty(java.lang.String name) { 069 throw new InternalError("Stubbed method"); 070 } 071 072 public void setProperty(java.lang.String name, java.lang.Object value) { 073 throw new InternalError("Stubbed method"); 074 } 075 }