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

multiproject.testproject.src.test.groovy.org.gradle.GroovyJavaPersonTest Maven / Gradle / Ivy

package org.gradle;

import org.junit.Test;
import static org.junit.Assert.*;

import java.io.IOException;
import java.io.File;
import java.util.Properties;

public class GroovyJavaPersonTest {
    @Test
    public void testMarkerFile() throws IOException {
        new File(System.getProperty("org.gradle.integtest.buildDir") + "/" + getClass().getSimpleName()).createNewFile();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy