final String tslTabindex = "123";
TwoListSelectionInspector tls = twoListSelection("form1:tls1");
checkTabindex(tls.leftList(), tslTabindex);
checkTabindex(tls.rightList(), tslTabindex);
checkTabindex(tls.addAllButton(), tslTabindex);
checkTabindex(tls.removeButton(), tslTabindex);
checkTabindex(tls.addButton(), tslTabindex);
checkTabindex(tls.removeAllButton(), tslTabindex);