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

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