private RuntimeElement createRuntimeElement() {
IRuntimeRepository repo = new RuntimeRepository();
repo.setSession( getPentahoSession() );
RuntimeElement ele = null;
ele =
(RuntimeElement) repo
.newRuntimeElement(
Messages.getInstance().getString( "RUNTIMEREPOTEST.CREATE_PARENT" ), Messages.getInstance().getString( "RUNTIMEREPOTEST.CREATE_PARENT_TYPE" ), false ); //$NON-NLS-1$ //$NON-NLS-2$
try {
assertNotNull( ele );
info( Messages.getInstance().getString( "RUNTIMEREPOTEST.DEBUG_INSTANCE_ID" ) + ele.getInstanceId() ); //$NON-NLS-1$