| License |
License |
|---|---|
| Categories |
CategoriesKotlin Languages |
| GroupId | GroupIdcom.microsoft.device.dualscreen.testing |
| ArtifactId | ArtifactIdtesting-kotlin |
| Last Version | Last Version1.0.0-alpha3 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Descriptiontesting-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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]
| 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 |