Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createLibrary (0.14 sec)

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

            then:
            library == createLibrary()
        }
    
        def canWriteToXml() {
            Node rootNode = new Node(null, 'root')
    
            when:
            createLibrary().appendNode(rootNode)
    
            then:
            new Library(rootNode.classpathentry[0], fileReferenceFactory) == createLibrary()
        }
    
        def equality() {
            Library library = createLibrary()
            Library same = createLibrary()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 3K bytes
    - Viewed (0)
Back to top