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

org.approvaltests.reporters.intellij.IntelliJUltimateReporter Maven / Gradle / Ivy

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

import org.approvaltests.reporters.DiffPrograms.All;
import org.approvaltests.reporters.GenericDiffReporter;

public class IntelliJUltimateReporter extends GenericDiffReporter
{
  public static final IntelliJUltimateReporter INSTANCE = new IntelliJUltimateReporter();
  public IntelliJUltimateReporter()
  {
    super(All.INTELLIJ_U);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy