Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitfireAT/ical4android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/README.txt')
-rw-r--r--src/test/README.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test/README.txt b/src/test/README.txt
new file mode 100644
index 0000000..60a244a
--- /dev/null
+++ b/src/test/README.txt
@@ -0,0 +1,6 @@
+
+ATTENTION!
+
+Do not use JVM unit tests for methods the use the Time API or other APIs that behave
+differently in normal JVMs and the Android JVM. Especially do not write JVM unit tests
+that use APIs that are desugared in Android. Use Android unit tests (androidTest) instead.