JAVA-4529: Rename some unit tests to integration tests

This commit is contained in:
Krzysztof Woyke
2021-03-26 10:57:39 +01:00
parent 20775adba0
commit a191b8bb05
10 changed files with 10 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ import java.util.Objects;
import static org.junit.Assert.*;
public class AvroSerealizerDeSerealizerUnitTest {
public class AvroSerealizerDeSerealizerIntegrationTest {
AvroSerealizer serealizer;
AvroDeSerealizer deSerealizer;

View File

@@ -17,7 +17,7 @@ import okhttp3.Request;
import okhttp3.Response;
@RunWith(MonoMeecrowave.Runner.class)
public class ArticleEndpointsUnitTest {
public class ArticleEndpointsIntegrationTest {
@ConfigurationInject
private Meecrowave.Builder config;