Auto-tools/Projects/Robocop/WritingTests: Difference between revisions

(Added android IDs)
Line 4: Line 4:
Your test should be in the file test[Case].java.in
Your test should be in the file test[Case].java.in
It will have three methods in the class test[Case]: setUp(), test[Case](), and tearDown(). setUp gets called at the beginning and starts fennec inside what
It will have three methods in the class test[Case]: setUp(), test[Case](), and tearDown(). setUp gets called at the beginning and starts fennec inside what
The top of the test should have:
<pre>
#filter substitution
package @ANDROID_PACKAGE_NAME@.tests
</pre>


= APIs  =
= APIs  =
62

edits