1

Merge pull request #39 from hhu-propra2/ArchUnitTests

Add Architecture Tests with ArchUnit
This commit is contained in:
Christoph
2020-03-09 16:57:00 +01:00
committed by GitHub
2 changed files with 92 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import java.util.List;
*/
@RestController
@RequestMapping("/products")
public class SwaggerAPIControllerExample {
public class SwaggerAPIController {
private final Faker faker = new Faker();
private final List<ProductSwaggerExample> products = new ArrayList<>();