FileDocCategorySizeDatePackage
ObjectInputValidationTest.javaAPI DocAndroid 1.5 API667Wed May 06 22:41:04 BST 2009tests.api.java.io

ObjectInputValidationTest.java

package tests.api.java.io;

import junit.framework.TestCase;

import java.io.ObjectInputValidation;
import dalvik.annotation.TestLevel;
import dalvik.annotation.TestTargetNew;
import dalvik.annotation.TestTargetClass; 

@TestTargetClass(
        value = ObjectInputValidation.class,
        untestedMethods = {
            @TestTargetNew(
                    method = "validateObject",
                    level = TestLevel.NOT_FEASIBLE,
                    notes = "There are no classes in the current core " +
                            "libraries that implement this method."
            )
        }
)
public class ObjectInputValidationTest extends TestCase {

}