@Before
public void methodSetUp() throws IOException, UnirestException {
// one commit with four decisions is always available and we have the same decisions as eadls
// in our code repo
seRepoTestServer.createRepository();
seRepoTestServer.createCommit(getBasicDecisionsAsSeItemsWithContent(), CommitMode.ADD_UPDATE);
DecisionSourceMapping.clear();
Path code = codeBase.getRoot().toPath();
codeRepoMock = new CodeRepoMock(code);
codeRepoMock.createClassesForEadls(getBasicDecisionsAsEadl());
commander.parse(InitCommand.NAME, "-u", seRepoTestServer.LOCALHOST_SEREPO, "-p", TEST_REPO,
"-s", code.toString());
INIT_COMMAND.initialize();
}
CommandTest.java 文件源码
java
阅读 25
收藏 0
点赞 0
评论 0
项目:eadlsync
作者:
评论列表
文章目录