mirror of
https://github.com/msgpack/msgpack-c
synced 2026-06-08 16:11:40 +00:00
12 lines
219 B
Java
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);
|
|
}
|
|
};
|