优化测试
This commit is contained in:
parent
e918caa8b8
commit
4a9aad9eb4
|
|
@ -27,6 +27,26 @@ public class SapMetaPrintTest {
|
|||
printMeta("ZWM00_MB107");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void ZIM_001_QUERY() throws JCoException {
|
||||
printMeta("ZIM_001_QUERY");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void ZWM3A05() throws JCoException {
|
||||
printMeta("ZWM3A05");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void ZIM_001() throws JCoException {
|
||||
printMeta("ZIM_001");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void ZWM3A06() throws JCoException {
|
||||
printMeta("ZWM3A06");
|
||||
}
|
||||
|
||||
public void printMeta(String functionName) throws JCoException {
|
||||
functionName = functionName.toUpperCase();
|
||||
JCoFunction function = repository.getFunction(functionName);
|
||||
|
|
|
|||
Loading…
Reference in New Issue