mirror of https://github.com/tasks/tasks
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
374 B
Markdown
12 lines
374 B
Markdown
13 years ago
|
ActionBarSherlock Test
|
||
|
======================
|
||
|
|
||
|
This folder contains two applications which perform unit testing against the
|
||
|
main library.
|
||
|
|
||
|
* `app/` - Individual activities which each set up and provide interaction
|
||
|
methods for a specific test case.
|
||
|
|
||
|
* `runner/` - Suite of test cases that verify each activity and method
|
||
|
provided by `app/` are operating as expected.
|