MCPcopy
hub / github.com/TuiQiao/CBoard / test

Method test

src/main/java/org/cboard/dataprovider/DataProvider.java:198–200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

196 abstract public String[][] getData() throws Exception;
197
198 public void test() throws Exception {
199 getData();
200 }
201
202 public void setDataSource(Map<String, String> dataSource) {
203 this.dataSource = dataSource;

Callers 15

testMethod · 0.95
fFunction · 0.45
gFunction · 0.45
hFunction · 0.45
eFunction · 0.45
hFunction · 0.45
eFunction · 0.45
FFunction · 0.45
scFunction · 0.45

Calls 1

getDataMethod · 0.95

Tested by

no test coverage detected