License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdorg.robolectric |
ArtifactId | ArtifactIdrobolectric-junit |
Last Version | Last Version3.4-rc2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrobolectric-junit
An alternative Android testing framework.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.robolectric/robolectric-junit/ -->
<dependency>
<groupId>org.robolectric</groupId>
<artifactId>robolectric-junit</artifactId>
<version>3.4-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/org.robolectric/robolectric-junit/
implementation 'org.robolectric:robolectric-junit:3.4-rc2'
// https://jarcasting.com/artifacts/org.robolectric/robolectric-junit/
implementation ("org.robolectric:robolectric-junit:3.4-rc2")
'org.robolectric:robolectric-junit:jar:3.4-rc2'
<dependency org="org.robolectric" name="robolectric-junit" rev="3.4-rc2">
<artifact name="robolectric-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.robolectric', module='robolectric-junit', version='3.4-rc2')
)
libraryDependencies += "org.robolectric" % "robolectric-junit" % "3.4-rc2"
[org.robolectric/robolectric-junit "3.4-rc2"]
Group / Artifact | Type | Version |
---|---|---|
org.robolectric : robolectric-annotations | jar | 3.4-rc2 |
org.robolectric : robolectric-sandbox | jar | 3.4-rc2 |
org.robolectric : shadow-api | jar | 3.4-rc2 |