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

scala.tools.partest.nest.NestRunner.scala Maven / Gradle / Ivy

There is a newer version: 2.10.2
Show newest version
/* NEST (New Scala Test)
 * Copyright 2007-2013 LAMP/EPFL
 * @author Philipp Haller
 */

// $Id$

package scala.tools.partest
package nest

object NestRunner {
  def main(args: Array[String]) {
    new ReflectiveRunner main (args mkString " ")
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy