Try overriding default property through a public class' prototype object PASSED!
Try overriding internal property through a public class' prototype object PASSED!
Try overriding protected property through a public class' prototype object PASSED!
Try overriding public property through a public class' prototype object PASSED!
Try overriding private property through a public class' prototype object PASSED!
Try overriding public static property through a public class' prototype object PASSED!
Try overriding namespace property through a public class' prototype object PASSED!
Try overriding default methodsthrough a public class' prototype object PASSED!
Try overriding internal method through a public class' prototype object PASSED!
Try overriding public method through a public class' prototype object PASSED!
Try overriding private method through a public class' prototype object PASSED!
Try overriding namespace method through a public class' prototype object PASSED!
Try overriding public final method through a public class' prototype object PASSED!
Try overriding public static method through a public class' prototype object PASSED!
Try adding new property through a public class' prototype object PASSED!
Try adding new method through a public class' prototype object PASSED!
Verify prototype constructor is equivalent to class object PASSED!
Try to write to PublicClass' prototype object PASSED!
