Examples of SimpleParameterProvider


Examples of org.pentaho.platform.engine.core.solution.SimpleParameterProvider

  }

  public void testStandAloneSession() {
    startTest();

    SimpleParameterProvider parameters = new SimpleParameterProvider();
    parameters.setParameter( "actionname", "ViewAction" ); //$NON-NLS-1$ //$NON-NLS-2$
    StandaloneSession session = new StandaloneSession( "BaseTest.DEBUG_JUNIT_SESSION" ); //$NON-NLS-1$
    Log log = session.getLogger();
    System.out.println( "Action Name for the Session is  " + session.getActionName() ); //$NON-NLS-1$
    session.setNotAuthenticated();
    log.info( "Session is active" ); //$NON-NLS-1$
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.