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

org.approvaltests.testcommitrevert.TestCommitRevertRunner Maven / Gradle / Ivy

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

import org.junit.runners.BlockJUnit4ClassRunner;
import org.junit.runners.model.InitializationError;

/**
 * @deprecated Use https://github.com/LarsEckart/tcr-extension instead
 */
@Deprecated()
public class TestCommitRevertRunner extends BlockJUnit4ClassRunner
{
  public TestCommitRevertRunner(Class klass) throws InitializationError
  {
    super(klass);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy