173174175176177178179
} } @Test public void testGetConstructors() { Assert.assertEquals(2, AccessController.doPrivileged(new GetConstructorsAction(TestObject.class)).length); }