Hello Ikai L(Google)!
Thank you!
In the demo:
http://code.google.com/appengine/docs/java/tools/localunittesting.html
I have a idea about the JUnit4 testcase!
defined a Basic TestCase:
public class *GAETestCase* {
protected final LocalServiceTestHelper gaeHelper = new
LocalServiceTestHelper(
Thanks for your help! ^ ^
It's OK!
Where's the download of the appengine-testing.jar sources?
It's a security?
Thanks!
在 2010年2月11日 上午8:25,Ikai L (Google) 写道:
> We've got a more simple interface for you now. Take a look:
>
> http://code.google.com/appengine/docs/java/tools/localunittesting.h
We've got a more simple interface for you now. Take a look:
http://code.google.com/appengine/docs/java/tools/localunittesting.html
2010/2/10 时空之蕊
> I found the class
> com.google.appengine.tools.development.ApiProxyLocalImpl is not
> public,but before 1.3.1 it's public!
> In the JUnit document:
I found the class
com.google.appengine.tools.development.ApiProxyLocalImpl is not
public,but before 1.3.1 it's public!
In the JUnit document:
import java.io.File;
import com.google.appengine.tools.development.ApiProxyLocalImpl;
import com.google.apphosting.api.ApiProxy;
ApiProxy.setDelegate(new A