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

com.carrotsearch.ant.tasks.junit4.TestClass Maven / Gradle / Ivy

The newest version!
package com.carrotsearch.ant.tasks.junit4;

final class TestClass {
  String className;
  boolean replicate;

  public TestClass() {
    this(null);
  }

  public TestClass(String className) {
    this.className = className;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy