History log of /packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/DirectoryListBot.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ed895580275101312d7d6fa6ebf78b79b4905a1e 28-Apr-2017 Jon Mann <jonmann@google.com> Allow focus from mouse click

Test: added unit tests and updated existing tests
Bug: 32839582
Change-Id: I5526429be3cbdd10a812db06f87c06e839b3da68
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/DirectoryListBot.java
28bf1424fa8b38b61b0d55763dd03cb8f7685064 08-Mar-2017 Ben Lin <linben@google.com> Add Authentication UI Test.

Bug: 32972298
Change-Id: I8675a0b202932c1dc2c14e303998181ab920d956
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/DirectoryListBot.java
f085da0311b87dc1d06975f3fdf48f26a37a2d14 20-Dec-2016 Ben Lin <linben@google.com> Fix broken unit test done by ag/1729776, and added unit test.

Bug: 33740063
Change-Id: I7f87502e390b02eff1b016f24161f4250969d4c2
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/DirectoryListBot.java
e5edf047145c916ac5b4696ddd7f14f5c2dbaf40 19-Sep-2016 Ben Lin <linben@google.com> Fix ContextMenuTest and RenameUiTest on Angler.

When doing consecutive selections, due the fact we are using
GestureDetector, consecutive selections that happen too close to each
other can result it being recognized as double-clicking. By making sure
"1 selected" appears first, we can wait a bit longer to make sure
onSingleTapConfirmed() gets called in the code as opposed to
onDoubleTap().

Bug: 31568862
Change-Id: I639b1854766d1a338b3ab397a4e6309885dba5a9
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/DirectoryListBot.java
fa1e1360999a7ca6d78eb1a2fd560196fe0b4dbb 15-Sep-2016 Ben Lin <linben@google.com> Functional Test for context menus.

Change-Id: Ibc3f9e0234444a6a2469218a475ca49c205bc93b
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/DirectoryListBot.java
ae84a18a1fa5dc020fd25a963cb0955c8c31bfef 16-Sep-2016 Steve McKay <smckay@google.com> Move functional tests into separate test target.

Also separate out support code from unittests.

Change-Id: I81490950373e170c857b23468da8d97d6aaf50d9
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/DirectoryListBot.java