public class SyncMessageWriterTest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.io.ByteArrayOutputStream |
outputStream |
private SyncMessageSender |
writer |
| Constructor and Description |
|---|
SyncMessageWriterTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testBadMessageClass() |
void |
testCompleteWriteMessage()
Test that we can (properly) write a complete message.
|
void |
testLastPacketSentTime() |
private java.io.ByteArrayOutputStream outputStream
private SyncMessageSender writer
@BeforeEach public void setUp()
@Test
public void testCompleteWriteMessage()
throws java.io.IOException
java.io.IOException@Test public void testBadMessageClass()
@Test
public void testLastPacketSentTime()
throws java.lang.InterruptedException
java.lang.InterruptedException