mirror of
https://github.com/msgpack/msgpack-c
synced 2026-06-08 16:11:40 +00:00
introduce JUnit framework for testing.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user