Christoph Pitschmann

Results 4 comments of Christoph Pitschmann

When migrating to JUnit 5. I have an idea to provide an annotation e.g. `@PippoTest` (extends JUnit `@Test` annotation) and provides a PippoTestClient instance. Example: ``` @PippoTest public void testEndpoint(PippoTestClient...

If you plan to support Java 11+ (LTS) for Pippo 2, then I may have a proposal: * Pippo should be a module --> Java Platform Module System (JPMS) Actually...

I'm using Pippo for providing an open source RESTful API to KNX World ( https://www.knx.org/ )

In case someone is interested how I resolved it. I am fetching the correct path using this method from an utility class called `TestResources` . ``` @Nonnull public static Path...