@Test
public void testInstantiation()
{
doLogin();
assertEquals(ISecureComponent.class, getSecureClass());
new PageB();
// even though we added the same securitycheck to a regular textfield as
// a
// secureTextfield has there is no instantiation check because it is not
// an
// IsecureComponent