public class EventWriterTest
extends java.lang.Object
| Constructor and Description |
|---|
EventWriterTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Test closing outputstream
|
void |
setUp()
Create output streams and event writer for testing
|
void |
writeMotionEvents()
Test writing motionevents
|
void |
writeTouchEvents()
Test writing touchevents, which are serializable motionevents
|
public void setUp()
throws java.lang.Exception
java.lang.Exceptionpublic void writeMotionEvents()
throws java.io.IOException
java.io.IOExceptionpublic void writeTouchEvents()
throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
java.io.IOException