All Downloads are FREE. Search and download functionalities are using the official Maven repository.

demo.TheDemo Maven / Gradle / Ivy

The newest version!
package demo;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import app.BRunnerApplication;

/**
 * Demo class for BRunner.
 */
public class TheDemo extends BRunnerApplication {

	static Logger LOG = LoggerFactory.getLogger(TheDemo.class);

	/**
	 * Configuration file for explanations
	 */
	public static final String configurationfile = "./src/test/resources/config-files/explanation.brn";

	/**
	 * @param args
	 * @throws Exception 
	 */
	public static void main(String[] args) throws Exception {

		bench(configurationfile,args);

	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy