aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorStephan Merker <merker.stephan@googlemail.com>2011-10-03 21:56:55 +0200
committerStephan Merker <merker.stephan@googlemail.com>2011-10-03 21:56:55 +0200
commitce8c048428e0474cf02f05b87032ccbf4b35a73c (patch)
tree5eb4a7234ec688f76626e008a6637f4c1690f61b /README.md
parenta5fee4e58ff9d870adf00ab6a92ef2caee977531 (diff)
downloadcgeo-ce8c048428e0474cf02f05b87032ccbf4b35a73c.zip
cgeo-ce8c048428e0474cf02f05b87032ccbf4b35a73c.tar.gz
cgeo-ce8c048428e0474cf02f05b87032ccbf4b35a73c.tar.bz2
Minor cleanup for unit test refactoring
- fixed README.md - moved ParametersTest
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 42ec773..876bd4b 100644
--- a/README.md
+++ b/README.md
@@ -59,9 +59,10 @@ or use the Ant view of Eclipse
### Testing ###
-The Test classes can be found in the package cgeo.geocaching.test (within the cgeo-os-test project)
+The Test classes can be found in the project cgeo-os-test. Test classes should be located in the same package as
+the class under test.
Every class can be "Run As" (or "Debug As") an "Android JUnit Test" from Eclipse.
-To run all tests use the test suite in cgeoTestSuite.
+To run all tests use the test suite in CgeoTestSuite in package cgeo.geocaching.test.
Further information can be found at http://developer.android.com/guide/topics/testing/testing_android.html
License