use junit5 apis to remove junit4 dependency

This commit is contained in:
Christopher Lambert
2021-06-11 19:08:27 +02:00
parent dc1c6c5e82
commit 2cd393ae7a
225 changed files with 474 additions and 458 deletions

View File

@@ -1,7 +1,7 @@
package io.nosqlbench.docsys.core;
import io.nosqlbench.docsys.endpoints.DocsysMarkdownEndpoint;
import org.junit.Test;
import org.junit.jupiter.api.Test;
public class DocsysMarkdownLoaderEndpointTest {