Searched defs:dependencyJar (Results 1 – 2 of 2) sorted by relevance
| /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/dependency/ |
| D | MavenDependencyResolverTest.java | 60 DependencyJar dependencyJar = new DependencyJar("group1", "artifact1", "", null); in getLocalArtifactUrl_shouldAddConfiguredRemoteRepository() local 75 DependencyJar dependencyJar = new DependencyJar("group1", "artifact1", "3", null); in getLocalArtifactUrl_shouldAddDependencyToDependenciesTask() local 93 DependencyJar dependencyJar = new DependencyJar("group1", "artifact1", "", null); in getLocalArtifactUrl_shouldExecuteDependenciesTask() local 103 DependencyJar dependencyJar = new DependencyJar("group1", "artifact1", "", null); in getLocalArtifactUrl_shouldReturnCorrectUrlForArtifactKey() local 113 DependencyJar dependencyJar = new DependencyJar("group3", "artifact3", "", "classifier3"); in getLocalArtifactUrl_shouldReturnCorrectUrlForArtifactKeyWithClassifier() local
|
| D | PropertiesDependencyResolverTest.java | 56 DependencyJar dependencyJar = new DependencyJar("com.group", "example", "1.3", null); in whenMissingFromProperties_shouldDelegate() local 68 DependencyJar dependencyJar = new DependencyJar("com.group", "example", "1.3", null); in whenDelegateIsNull_shouldGiveGoodMessage() local
|