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

org.approvaltests.reporters.JunitReporter Maven / Gradle / Ivy

There is a newer version: 24.9.0
Show newest version
package org.approvaltests.reporters;

public class JunitReporter extends FirstWorkingReporter
{
  public static final JunitReporter INSTANCE = new JunitReporter();
  public JunitReporter()
  {
    super(new Junit5Reporter(), new Junit4Reporter(), new Junit3Reporter());
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy