1314151617181920
public class GoogleReaderApiTest extends TestCase { GoogleReaderAPI client; public GoogleReaderApiTest(String name) throws ClientProtocolException, IOException { super(name); client = new GoogleReaderAPI(); }
21222324252627
public FeedServiceClientTest(String name) throws ClientProtocolException, IOException { super(name); feed_client = new FeedServiceClient(); greader_client = new GoogleReaderAPI(); }