Skip to content

Instantly share code, notes, and snippets.

public static class ElementCaseless implements Element {
private Element element;
private Types types;
private DeclaredType caseAnnotationType;
public ElementCaseless(Element element, Types types, DeclaredType caseAnnotationType) {
this.element = element;
this.types = types;
this.caseAnnotationType = caseAnnotationType;
}
@Test
fun ensureDragToEndAndBackDoesntDuplicateItem() {
val item = device.findObject(By
.text("Infinite Scrolling"))
val destinationItem = device.findObject(By
.text("Independent controller logic"))
var w = device.displayWidth
val p = item.visibleCenter
{
"message": "thread-group-added",
"payload": {
"id": "i1"
},
"type": "notify",
"token": null,
"stream": "stdout"
}{
"message": null,
<html>
<head>
<style>
body {
font-size: 2em;
}
.description {
border: 1px solid grey;
background-color: #f7f7f7;
margin: 20px;
{
"id": "http://json-schema.org/draft-04/schema#",
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Core schema meta-schema",
"definitions": {
"schemaArray": {
"type": "array",
"minItems": 1,
"items": { "$ref": "#" }
},