mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 06:39:54 +01:00
Renamed a couple of integration tests.
This commit is contained in:
@@ -15,7 +15,7 @@ import java.util.Map;
|
|||||||
import static org.junit.Assert.assertArrayEquals;
|
import static org.junit.Assert.assertArrayEquals;
|
||||||
import static org.junit.Assert.assertEquals;
|
import static org.junit.Assert.assertEquals;
|
||||||
|
|
||||||
public class MetadataEncoderParserImplTest extends BriarTestCase {
|
public class MetadataEncoderParserIntegrationTest extends BriarTestCase {
|
||||||
|
|
||||||
MetadataEncoderImpl e;
|
MetadataEncoderImpl e;
|
||||||
MetadataParserImpl p;
|
MetadataParserImpl p;
|
||||||
@@ -19,7 +19,7 @@ import static org.briarproject.api.transport.TransportConstants.TAG_LENGTH;
|
|||||||
import static org.junit.Assert.assertArrayEquals;
|
import static org.junit.Assert.assertArrayEquals;
|
||||||
import static org.junit.Assert.assertEquals;
|
import static org.junit.Assert.assertEquals;
|
||||||
|
|
||||||
public class TransportIntegrationTest extends BriarTestCase {
|
public class StreamReaderWriterIntegrationTest extends BriarTestCase {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testWriteAndRead() throws Exception {
|
public void testWriteAndRead() throws Exception {
|
||||||
Reference in New Issue
Block a user