Method Summary |
|
public void | test1() if argument is null an NullPoinerException should be thrown. |
public void | test10() The Object class is assignable from any reference type. |
public void | test2() checks identity primitive conversion. |
public void | test3() checks widening refernce conversion for primitive type. |
public void | test4() Classes that represent primitive types aren't assignable from
corresponding wrapper types as well as vice versa. |
public void | test5() The Serializable interface is super interface of the Boolean class. |
public void | test6() Each array has the Object class as its super class. |
public void | test7() The isAssignable() method should not perform widening primitive
conversion. |
public void | test8() if a class represents array the isAssignable() method should work with
array's components. |
public void | test9() if a class represents array the isAssignable() method should work with
array's components. |