com.novocode.junit.JUnit3Fingerprint Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of junit-interface Show documentation
Show all versions of junit-interface Show documentation
An implementation of sbt's test interface for JUnit 4
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