Package net.ex337.scriptus.tests

Source Code of net.ex337.scriptus.tests.Testcase_BootSpring

package net.ex337.scriptus.tests;

import java.io.IOException;

import net.ex337.scriptus.datastore.ScriptusDatastore;

public class Testcase_BootSpring extends BaseTestCase {

 
  public void test_doNothing() throws IOException {
    ScriptusDatastore datastore = (ScriptusDatastore) appContext.getBean("datastore");
  }

}
TOP

Related Classes of net.ex337.scriptus.tests.Testcase_BootSpring

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.