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

com.iodesystems.junit4.runner.SampleRunner.kt Maven / Gradle / Ivy

package com.iodesystems.junit4.runner

import org.junit.runner.JUnitExpose

fun main() {
  JUnitExpose.run(
    JUnitRunner.Config(
      testPackageScan = "com.iodesystems.junit4.runner",
      enableTextOutput = true,
      outputXmlFile = "test-run.xml",
    )
  )
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy