提交 a03ca863 编写于 作者: R Rob Harrop

[SPR-6057] test case to show that bug is already fixed

上级 ca159f6d
......@@ -64,6 +64,7 @@ public class ClassUtilsTests extends TestCase {
assertEquals(TestBean[].class, ClassUtils.forName(TestBean[].class.getName()));
assertEquals(TestBean[][].class, ClassUtils.forName("org.springframework.beans.TestBean[][]"));
assertEquals(TestBean[][].class, ClassUtils.forName(TestBean[][].class.getName()));
assertEquals(short[][][].class, ClassUtils.forName("[[[S"));
}
public void testForNameWithPrimitiveClasses() throws ClassNotFoundException {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册