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

com.novocode.junit.JUnit3Fingerprint Maven / Gradle / Ivy

The newest version!
package com.novocode.junit;

import sbt.testing.SubclassFingerprint;


public class JUnit3Fingerprint implements SubclassFingerprint
{
  @Override
  public String superclassName() { return "junit.framework.TestCase"; }

  @Override
  public boolean isModule() { return false; }

  @Override
  public boolean requireNoArgConstructor() { return false; }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy