AndroidTest Commons

AndroidTest commons is a library with a set of useful classes to help to developer to work with android testing.

Лицензия

Лицензия

Группа

Группа

com.raxdenstudios.commons
Идентификатор

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

commons-android-test
Последняя версия

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

4.3.0
Дата

Дата

Тип

Тип

aar
Описание

Описание

AndroidTest Commons
AndroidTest commons is a library with a set of useful classes to help to developer to work with android testing.
Ссылка на сайт

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

https://github.com/raxden/android-commons
Система контроля версий

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

https://github.com/raxden/android-commons/tree/master

Скачать commons-android-test

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

<!-- https://jarcasting.com/artifacts/com.raxdenstudios.commons/commons-android-test/ -->
<dependency>
    <groupId>com.raxdenstudios.commons</groupId>
    <artifactId>commons-android-test</artifactId>
    <version>4.3.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.raxdenstudios.commons/commons-android-test/
implementation 'com.raxdenstudios.commons:commons-android-test:4.3.0'
// https://jarcasting.com/artifacts/com.raxdenstudios.commons/commons-android-test/
implementation ("com.raxdenstudios.commons:commons-android-test:4.3.0")
'com.raxdenstudios.commons:commons-android-test:aar:4.3.0'
<dependency org="com.raxdenstudios.commons" name="commons-android-test" rev="4.3.0">
  <artifact name="commons-android-test" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.raxdenstudios.commons', module='commons-android-test', version='4.3.0')
)
libraryDependencies += "com.raxdenstudios.commons" % "commons-android-test" % "4.3.0"
[com.raxdenstudios.commons/commons-android-test "4.3.0"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib jar 1.4.10

runtime (13)

Идентификатор библиотеки Тип Версия
androidx.arch.core » core-testing jar 2.0.0
androidx.test.ext » junit-ktx jar 1.1.2
androidx.test » rules jar 1.3.0
androidx.test » runner jar 1.3.0
io.mockk : mockk jar 1.9.2
io.mockk : mockk-android jar 1.9.2
org.koin » koin-test jar 2.1.6
com.github.andrzejchm.RESTMock » android jar 0.4.3
net.lachlanmckee : timber-junit-rule jar 1.0.1
androidx.test.espresso » espresso-core jar 3.3.0
androidx.test.espresso » espresso-contrib jar 3.3.0
androidx.test.espresso » espresso-web jar 3.3.0
androidx.test.espresso » espresso-intents jar 3.3.0

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

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

Android Commons

codecov Maven Central

Android Commons is a set of libraries that I have been creating and collecting throughout these years of development and that I use continuously in my new developments in order to avoid having to maintain the code in different sources.

With the purpose of avoiding having to depend on only one library, I decided to split the library in different modules since the user that needs only use some utils or extensions from Retrofit library don't need to download nothing related with the coroutines and vice-versa. That approach permits us to reduce the size of the application that we are developing.

Getting started

Setting up the dependency that you requires.

implementation "com.raxdenstudios:commons-android:x.y.z"
implementation "com.raxdenstudios:commons-coroutines:x.y.z"
implementation "com.raxdenstudios:commons-threeten:x.y.z"
implementation "com.raxdenstudios:commons-glide:x.y.z"
implementation "com.raxdenstudios:commons-pagination:x.y.z"
implementation "com.raxdenstudios:commons-pagination-rx:x.y.z"
implementation "com.raxdenstudios:commons-preferences:x.y.z"
implementation "com.raxdenstudios:commons-retrofit:x.y.z"
implementation "com.raxdenstudios:commons-retrofit-rx:x.y.z"
implementation "com.raxdenstudios:commons-rx:x.y.z"
implementation "com.raxdenstudios:commons-unit-test:x.y.z"
implementation "com.raxdenstudios:commons-android-test:x.y.z"

Please replace x, y and z with the latest version numbers -> Maven Central

LICENSE

Copyright 2015 Ángel Gómez

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

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

Версия
4.3.0