| java.lang.ClassTestGetComponentType
ClassTestGetComponentType | public class ClassTestGetComponentType extends TestCase (Code) | | tested class: java.lang.Class
tested method: getComponentType
|
Method Summary | |
public void | test1() | public void | test2() | public void | test3() | public void | test4() the component of multidimensional array is an array which has one
dimensional less. |
test1 | public void test1()(Code) | | if class is not an array than null value must be returned
|
test2 | public void test2()(Code) | | checks component type for array of the primitive types
|
test3 | public void test3()(Code) | | checks component type for array of the reference types
|
test4 | public void test4()(Code) | | the component of multidimensional array is an array which has one
dimensional less.
|
|
|