Back to project page android-memento.
The source code is released under:
Apache License
If you think the Android project android-memento listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.twofortyfouram.memento.provider; //w w w .j a v a 2 s . c om import com.twofortyfouram.test.assertion.MoarAsserts; import android.test.AndroidTestCase; import android.test.suitebuilder.annotation.SmallTest; public final class ContentProviderUtilTest extends AndroidTestCase { @SmallTest public void testNonInstantiable() { MoarAsserts.assertNoninstantiable(ContentProviderUtil.class); } }