7891011121314
public class NullWritableTest extends WritableTestBase { @Test public void test() throws IOException { NullWritable writable = NullWritable.get(); assertThat(serialize(writable).length, is(0)); }