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

org.gradle.buildinit.plugins.MavenConversionIntegrationTest.expandProperties.src.test.java.FooTest Maven / Gradle / Ivy

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

public class FooTest {

  @Test
  public void test() {
    assertFalse(false);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy