Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/annmuor/jnode
/ testRead2DBad2
Method
testRead2DBad2
jnode-core/test/java/jnode/ftn/FtnToolsTest.java:71–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
}
70
71
@Test
72
public
void
testRead2DBad2() throws Exception {
73
List<Ftn2D> r = FtnTools.read2D(
"5020/2141 as2140 141"
);
74
75
TestCase.assertEquals(1, r.size());
76
TestCase.assertEquals(
new
Ftn2D(5020,2141), r.get(0));
77
}
78
}
Callers
nothing calls this directly
Calls
2
read2D
Method · 0.95
get
Method · 0.45
Tested by
no test coverage detected