001 // 002 // Generated stub from file:/c:/Documents%20and%20Settings/tnichols/Documents/dev/sandbox/http-builder/src/test/groovy/groovyx/net/http/AsyncHTTPBuilderTest.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 AsyncHTTPBuilderTest 019 extends java.lang.Object 020 { 021 public void testAsyncRequests() { 022 throw new InternalError("Stubbed method"); 023 } 024 025 public groovy.lang.MetaClass getMetaClass() { 026 throw new InternalError("Stubbed method"); 027 } 028 029 public void setMetaClass(groovy.lang.MetaClass metaClass) { 030 throw new InternalError("Stubbed method"); 031 } 032 033 public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args) { 034 throw new InternalError("Stubbed method"); 035 } 036 037 public java.lang.Object getProperty(java.lang.String name) { 038 throw new InternalError("Stubbed method"); 039 } 040 041 public void setProperty(java.lang.String name, java.lang.Object value) { 042 throw new InternalError("Stubbed method"); 043 } 044 }