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

License

License

MIT
Categories

Categories

Kotlin Languages
GroupId

GroupId

com.microsoft.device.dualscreen.testing
ArtifactId

ArtifactId

testing-kotlin
Last Version

Last Version

1.0.0-alpha3
Release Date

Release Date

Type

Type

aar
Description

Description

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
Project URL

Project URL

https://github.com/microsoft/surface-duo-sdk
Source Code Management

Source Code Management

https://github.com/microsoft/surface-duo-sdk/tree/main

Download testing-kotlin

How to add to project

<!-- 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"]

Dependencies

compile (10)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0-alpha3
1.0.0-alpha2
1.0.0-alpha1