Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ClassPathTest (0.1 sec)

  1. platforms/ide/ide/src/test/groovy/org/gradle/plugins/ide/eclipse/model/ClasspathTest.groovy

    import org.gradle.test.fixtures.file.TestNameTestDirectoryProvider
    import org.junit.Rule
    import spock.lang.Issue
    import spock.lang.Specification
    
    public class ClasspathTest extends Specification {
        final fileReferenceFactory = new FileReferenceFactory()
        final customEntries = [
            new ProjectDependency("/test2"),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Mar 24 15:55:52 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/groovy/org/gradle/process/internal/worker/DefaultWorkerProcessBuilderIntegrationTest.groovy

        def "test classpath does not contain nonexistent entries"() {
            given:
            file("src/test/java/ClasspathTest.java") << '''
            import org.junit.Test;
    
            import static org.junit.Assert.assertTrue;
    
            public class ClasspathTest {
                @Test
                public void test() {
                    String runtimeClasspath = System.getProperty("java.class.path");
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 2.3K bytes
    - Viewed (0)
Back to top