}
public void testConstructorInt() throws Exception
{
AmbiguityBean ab = unmarshal("TestConstructorAmbiguityInt.xml", AmbiguityBean.class);
Object something = ab.something();
assertEquals(something.getClass(), Integer.class);
}
public void testConstrutorString() throws Exception
{