Renamed a couple of integration tests.

This commit is contained in:
akwizgran
2016-04-06 15:56:34 +01:00
parent 205dc66572
commit f7dbfe2551
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ import java.util.Map;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertEquals;
public class MetadataEncoderParserImplTest extends BriarTestCase {
public class MetadataEncoderParserIntegrationTest extends BriarTestCase {
MetadataEncoderImpl e;
MetadataParserImpl p;

View File

@@ -19,7 +19,7 @@ import static org.briarproject.api.transport.TransportConstants.TAG_LENGTH;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertEquals;
public class TransportIntegrationTest extends BriarTestCase {
public class StreamReaderWriterIntegrationTest extends BriarTestCase {
@Test
public void testWriteAndRead() throws Exception {