| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииKotlin Языки программирования |
| Группа | Группаcom.microsoft.device.dualscreen.testing |
| Идентификатор | Идентификаторtesting-kotlin |
| Последняя версия | Последняя версия1.0.0-alpha3 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
Описаниеtesting-kotlin
Utility library used to facilitate instrumentation testing through Espresso and UiAutomator on foldable devices, and with specific helpers to change app-display configuration on Surface Duo devices
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| testing-kotlin-1.0.0-alpha3.pom | |
| testing-kotlin-1.0.0-alpha3-sources.jar | 9 KB |
| testing-kotlin-1.0.0-alpha3-html-doc.jar | 305 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.microsoft.device.dualscreen.testing/testing-kotlin/ -->
<dependency>
<groupId>com.microsoft.device.dualscreen.testing</groupId>
<artifactId>testing-kotlin</artifactId>
<version>1.0.0-alpha3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.device.dualscreen.testing/testing-kotlin/
implementation 'com.microsoft.device.dualscreen.testing:testing-kotlin:1.0.0-alpha3'
// https://jarcasting.com/artifacts/com.microsoft.device.dualscreen.testing/testing-kotlin/
implementation ("com.microsoft.device.dualscreen.testing:testing-kotlin:1.0.0-alpha3")
'com.microsoft.device.dualscreen.testing:testing-kotlin:aar:1.0.0-alpha3'
<dependency org="com.microsoft.device.dualscreen.testing" name="testing-kotlin" rev="1.0.0-alpha3">
<artifact name="testing-kotlin" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.device.dualscreen.testing', module='testing-kotlin', version='1.0.0-alpha3')
)
libraryDependencies += "com.microsoft.device.dualscreen.testing" % "testing-kotlin" % "1.0.0-alpha3"
[com.microsoft.device.dualscreen.testing/testing-kotlin "1.0.0-alpha3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.microsoft.device.dualscreen : wm-utils | jar | 1.0.0-beta4 |
| junit : junit | jar | 4.13.2 |
| androidx.core » core-ktx | jar | 1.5.0 |
| androidx.appcompat » appcompat | jar | 1.3.1 |
| androidx.window » window-java | jar | 1.0.0 |
| androidx.window » window-testing | jar | 1.0.0 |
| androidx.test.ext » junit-ktx | jar | 1.1.3 |
| androidx.test.uiautomator » uiautomator | jar | 2.2.0 |
| androidx.test.espresso » espresso-core | jar | 3.3.0 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.0 |