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

README.txt « test « src - github.com/bitfireAT/ical4android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 60a244aa1e7de051682fc4b221b3ea001e677467 (plain)
1
2
3
4
5
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.