msgpack-python/java/test/org/msgpack/TestSample.java

12 lines
219 B
Java
Raw Normal View History

2010-04-17 20:16:48 +09:00
package org.msgpack;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class TestSample {
@Test
public void testNull() throws Exception {
assertEquals("aiueo", 0, 0);
}
};