History log of /frameworks/opt/vcard/tests/src/com/android/vcard/tests/VCardTestUtilsTests.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
677ef21613a9d35053ec098444832ce4125a847e 08-Mar-2011 Daisuke Miyakawa <dmiyakawa@google.com> Reorganize codes, especially around vCard composition.

- suppress misc warnings
- stop using VCardException in vCard composer which has been
used only in test context
- add VCardComposer#createOneEntryNew(). I'm planning to replace
this with old VCardComposer#createOneEntry()
I don't understand why we have callback mechanism for this kind of
simple stuff. I could have been better on this.
- add some documentation
- mark initWithRawContacsEntityUri() (introduced recently) as
deprecated. That was not a good idea =(

Bug: 4066223
Change-Id: Ib533a435cac3b4e4fa31527d02b0657fc4bd0377
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/VCardTestUtilsTests.java
237dd947f2e22d34f490bf35ef4b850d05cfffa9 21-Aug-2010 Daisuke Miyakawa <dmiyakawa@google.com> Misc fix for vCard testing.

- Add VCardTestRunner
- Make AndroidManifest aware of newly added VCardTestRunner
- Move VCardTestBase to test_utils as it is part of testing utility
- Add VCardTestUtilsTests, confirming test utility correctly fails when
the test should fail.

Change-Id: I593912ce9e664e9346d6f567ccf75f8afc47f9a5
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/VCardTestUtilsTests.java