case 6: someValue = UnoRuntime.queryInterface( XContainer.class, new DummyContainer() ); break;
case 7: someValue = UnoRuntime.queryInterface( XIdentifierAccess.class, new DummyIdentifierAccess() ); break;
case 8: someValue = UnoRuntime.queryInterface( XElementAccess.class, new DummyElementAccess() ); break;
case 9: someValue = new com.sun.star.uno.Exception(); break;
case 10: someValue = new com.sun.star.uno.RuntimeException(); break;
case 11: someValue = new EventObject(); break;
case 12: someValue = new ContainerEvent(); break;
case 13: someValue = new Locale(); break; // just use *any* value which does not conflict with the others
default:
fail( "internal error: wrong position for getSomeValue" );
}