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

org.approvaltests.reporters.intellij.IntelliJMacSiliconReporter 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 IntelliJMacSiliconReporter extends GenericDiffReporter
{
  public static final IntelliJMacSiliconReporter INSTANCE = new IntelliJMacSiliconReporter();
  public IntelliJMacSiliconReporter()
  {
    super(All.INTELLIJ_MAC_SILICON);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy