msgpack-python/java/test/org/msgpack/TestSample.java
2010-04-17 20:17:43 +09:00

11 lines
219 B
Java

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);
}
};