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

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

There is a newer version: 8.6
Show newest version
import org.junit.Test;
import static org.junit.Assert.*;

public class FooTest {
  @Test public void test() {
    assertTrue(true);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy