Robolectric

An alternative Android testing framework.

Лицензия

Лицензия

MIT license
Группа

Группа

com.github.japgolly.android.test
Идентификатор

Идентификатор

robolectric
Последняя версия

Последняя версия

1.2-8.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Robolectric
An alternative Android testing framework.
Ссылка на сайт

Ссылка на сайт

https://github.com/japgolly/robolectric
Система контроля версий

Система контроля версий

https://github.com/japgolly/robolectric

Скачать robolectric

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.japgolly.android.test/robolectric/ -->
<dependency>
    <groupId>com.github.japgolly.android.test</groupId>
    <artifactId>robolectric</artifactId>
    <version>1.2-8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.japgolly.android.test/robolectric/
implementation 'com.github.japgolly.android.test:robolectric:1.2-8.1'
// https://jarcasting.com/artifacts/com.github.japgolly.android.test/robolectric/
implementation ("com.github.japgolly.android.test:robolectric:1.2-8.1")
'com.github.japgolly.android.test:robolectric:jar:1.2-8.1'
<dependency org="com.github.japgolly.android.test" name="robolectric" rev="1.2-8.1">
  <artifact name="robolectric" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.japgolly.android.test', module='robolectric', version='1.2-8.1')
)
libraryDependencies += "com.github.japgolly.android.test" % "robolectric" % "1.2-8.1"
[com.github.japgolly.android.test/robolectric "1.2-8.1"]

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
org.objenesis : objenesis jar 1.0
org.xerial : sqlite-jdbc jar 3.7.2
org.javassist : javassist jar 3.14.0-GA
commons-logging : commons-logging jar 1.1.1
commons-codec : commons-codec jar 1.3
org.apache.httpcomponents : httpclient jar 4.0.3
android.support » compatibility-v4 jar 11

provided (3)

Идентификатор библиотеки Тип Версия
org.hamcrest : hamcrest-core jar 1.2
junit : junit-dep jar 4.8.2
android » android jar 4.2_r1

test (2)

Идентификатор библиотеки Тип Версия
com.h2database : h2 jar 1.2.147
org.mockito : mockito-core jar 1.8.5

Модули Проекта

Данный проект не имеет модулей.

Robolectric

An Android Testing Framework

Robolectric can be built using either Maven or Ant. Both Eclipse (with the M2Eclipse plug-in) and IntelliJ can import the pom.xml file and will automatically generate their project files from it.

For more information about how to use Robolectric on your project, extend its functionality, and join the community of contributors, please see: http://pivotal.github.com/robolectric/index.html

Build Status

http://ci.robolectric.org

Known compile issues

If your build fails because of maps.jar is missing then install all the android extra and run:

git clone https://github.com/mosabua/maven-android-sdk-deployer.git
cd maven-android-sdk-deployer/
maven install -P <ANDROID_VERSION>

Версии библиотеки

Версия
1.2-8.1
1.2-8