MCPcopy Create free account
hub / github.com/annmuor/jnode / testRead2DBad

Method testRead2DBad

jnode-core/test/java/jnode/ftn/FtnToolsTest.java:62–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 }
61
62 @Test
63 public void testRead2DBad() throws Exception {
64 List<Ftn2D> r = FtnTools.read2D("5020/2141 sd2140 5030/141");
65
66 TestCase.assertEquals(2, r.size());
67 TestCase.assertEquals(new Ftn2D(5020,2141), r.get(0));
68 TestCase.assertEquals(new Ftn2D(5030,141), r.get(1));
69 }
70
71 @Test
72 public void testRead2DBad2() throws Exception {

Callers

nothing calls this directly

Calls 2

read2DMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected