{
@Test
public void testNonTypesafeBundleKey() throws Exception
{
ResourceBundle resourceBundle = getTestResourceBundle();
Assert.assertEquals(resourceBundle.useBundle(getClass().getPackage().getName() + ".testbundle").getValue("value1"), "1");
}
@Test
public void testTypesafeBundleKey() throws Exception
{