@Test
public void isComplete1() throws Exception {
final ResolvedDependencies a = ResolvedDependencies.of(ImmutableMap.of(
RecipeIdentifier.of("org", "project"),
Pair.with(
SemanticVersion.of(1),
RecipeVersion.of(
Either.left(GitCommit.of("https://github.com/magicco/magiclib/commit", "b0215d5")),
Optional.of("my-magic-lib"),
DependencyGroup.of(),
Optional.empty()))));
assertTrue(a.isComplete());
}
ResolvedDependenciesTest.java 文件源码
java
阅读 35
收藏 0
点赞 0
评论 0
项目:buckaroo
作者:
评论列表
文章目录