diff options
author | Tor Norbye <tnorbye@google.com> | 2010-11-24 08:25:53 -0800 |
---|---|---|
committer | Tor Norbye <tnorbye@google.com> | 2010-11-24 08:25:53 -0800 |
commit | 63e744f5f798c60eae7b3efbc9e8ae872ddf3f41 (patch) | |
tree | 60659f7a1dd91a775d9583b2cdf1e4cdc87cdc90 /eclipse/plugins | |
parent | 760c9781599d751ab375981a197177ffe1ab8d7d (diff) | |
download | sdk-63e744f5f798c60eae7b3efbc9e8ae872ddf3f41.zip sdk-63e744f5f798c60eae7b3efbc9e8ae872ddf3f41.tar.gz sdk-63e744f5f798c60eae7b3efbc9e8ae872ddf3f41.tar.bz2 |
Add unit test configuration for moreUnit
Eclipse doesn't have a builtin mechanism to jump between a class and
its test, as well as a way to run tests associated with a given
class. There is however a plugin for this, "moreUnit".
Our projects have split off our unit tests in a separate project,
which requires some per-project configuration to tell moreUnit where
to look for tests. This information has to live with the project
rather than in my workspace, so I'm checking in the configuration file
- it is harmless if you don't have moreUnit but useful if you do.
Change-Id: Id29c46e2eaa89f2ad530c2b24700db28cc823b3b
Diffstat (limited to 'eclipse/plugins')
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.adt/.settings/org.moreunit.prefs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/.settings/org.moreunit.prefs b/eclipse/plugins/com.android.ide.eclipse.adt/.settings/org.moreunit.prefs new file mode 100644 index 0000000..ecb8e78 --- /dev/null +++ b/eclipse/plugins/com.android.ide.eclipse.adt/.settings/org.moreunit.prefs @@ -0,0 +1,4 @@ +#Wed Nov 24 07:39:01 PST 2010 +eclipse.preferences.version=1 +org.moreunit.unitsourcefolder=adt\:src\:adt-tests\:unittests +org.moreunit.useprojectsettings=true |