Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] http server with authentication for EGit UI Tests

I’d like to implement EGit UI tests for the new EGit http authentication feature.
These tests need a simple in process http server with authentication.
 
I found that org.eclipse.jgit.http.test.util. AppServer plus some code from HttpTestCase and HttpClientTests implements such a server.
I’d like to put this code in a new class SimpleHttpServer. This class could be resused by both JGit http tests and EGit UI tests.
Where should I put SimpleHttpServer, AppServer etc to make it accessible from EGit UI tests? In a new plug in org.eclipse.jgit.junit.http?
 

Back to the top