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

org.gradle.buildinit.plugins.MavenConversionIntegrationTest.singleModule.some-thing.src.test.java.FooTest Maven / Gradle / Ivy

There is a newer version: 8.6
Show newest version
import org.testng.annotations.Test;

public class FooTest {
  @Test public void test() {
    assert false: "test failure";
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy