Skip to content

Instantly share code, notes, and snippets.

View Stephan972's full-sized avatar

Stephan Stephan972

View GitHub Profile
@Stephan972
Stephan972 / WireToOutputStreamTest.java
Created January 18, 2019 17:58
All wire types work except CSV and READ_ANY.
package the;
import static org.junit.Assert.assertEquals;
import java.io.Closeable;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
@Stephan972
Stephan972 / WireToOutputStreamTest.java
Created January 18, 2019 17:48
Quickly find out which wire types fail the WireToOutputStreamTest.
package the;
import static org.junit.Assert.assertEquals;
import java.io.Closeable;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;