Save point: [skip ci]

* AbstractHttpRequestTest sub classes
This commit is contained in:
alandavis
2022-07-13 09:27:01 +01:00
parent 2875b305bc
commit 1a53d99369
8 changed files with 11 additions and 21 deletions

View File

@@ -31,9 +31,8 @@ import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.test.context.SpringBootTest.WebEnvironment;
/**
* Tests AlfrescoPdfRendererController with a server test harness.
* Tests PdfRenderer with a server test harness that talks to the TransformController using http.
*/
@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT)
public class AlfrescoPdfRendererHttpRequestTest extends AbstractHttpRequestTest
{
@Override