Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getToXmlReader (0.21 sec)

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

            def constructorEntries = [createSomeLibrary()]
    
            when:
            classpath.load(customClasspathReader)
            classpath.configure(constructorEntries)
            def xml = getToXmlReader()
            def other = new Classpath(new XmlTransformer(), fileReferenceFactory)
            other.load(xml)
    
            then:
            classpath == other
        }
    
        def "toXml contains custom values 2"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Mar 24 15:55:52 UTC 2024
    - 7.5K bytes
    - Viewed (0)
Back to top