aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/scala/org/perl8/test/harness/Reporter.scala
blob: 536636fc0f1266cfb8e2a5759bae519a84c4eea3 (plain) (blame)
1
2
3
4
5
package org.perl8.test.harness

trait Reporter {
  def run (testName: String): Int
}