public void testGetSubValue()
     throws NoSuchFieldException, IllegalArgumentException, IllegalAccessException {
   String subValue = (String) setValue(tst, "subValue", "This is test!");
   assertEquals(subValue, tst.getSubValue());
 }