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

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

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy