Package | Description |
---|---|
org.eclipse.jgit.junit.http |
Modifier and Type | Field and Description |
---|---|
protected AppServer |
HttpTestCase.server
In-memory application server; subclass must start.
|
Modifier and Type | Method and Description |
---|---|
protected AppServer |
HttpTestCase.createServer()
Creates the .This default implementation creates a server
without SSLsupport listening for HTTP connections on a dynamically chosen
port, which can be gotten once the server has been started via its
getPort() method. |
Copyright © 2018 Eclipse JGit Project. All rights reserved.