Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] http server for tests?

On 2009-12-04, at 11:41 AM, Shawn O. Pearce wrote:

> For the smart HTTP series I need to put together some protocol tests.
> 
> Is it insane to require Jetty in our test suite?

Jetty is so easy for tests. We use Jetty for all our transport tests in Maven. This is specific to Maven, but you can probably reuse most of it:

https://svn.apache.org/repos/asf/maven/wagon/trunk/wagon-provider-test/src/main/java/org/apache/maven/wagon/http/HttpWagonTestCase.java

>  Do other projects
> use a smaller container?  I'm inclined to just link to Jetty since
> its an Eclipse project and its only our unit test suite.
> 
> -- 
> Shawn.
> _______________________________________________
> egit-dev mailing list
> egit-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/egit-dev

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder,  Apache Maven
http://twitter.com/jvanzyl
----------------------------------------------------------



Back to the top