AsmTestRunner

Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

class ParentInspector(classPath: Seq[Path])

Value members

Concrete methods

def findFramework(classPath: Seq[Path], preferredClasses: Seq[String]): Option[String]
def findFramework(classPath: Seq[Path], preferredClasses: Seq[String], parentInspector: ParentInspector): Option[String]
def findFrameworkService(classPath: Seq[Path]): Option[String]
def findInClassPath(classPathEntry: Path, name: String): Option[Array[Byte]]
def findInClassPath(classPath: Seq[Path], name: String): Option[Array[Byte]]
def listClassesByteCode(classPathEntry: Path, keepJars: Boolean): Iterator[(String, () => InputStream)]
def listClassesByteCode(classPath: Seq[Path], keepJars: Boolean): Iterator[(String, () => InputStream)]
def main(args: Array[String]): Unit
def matchFingerprints(className: String, byteCode: () => InputStream, fingerprints: Seq[Fingerprint], parentInspector: ParentInspector): Option[Fingerprint]
def taskDefs(classPath: Seq[Path], keepJars: Boolean, fingerprints: Seq[Fingerprint], parentInspector: ParentInspector): Iterator[TaskDef]