Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assertOutputLocation (0.18 sec)

  1. platforms/ide/ide/src/testFixtures/groovy/org/gradle/plugins/ide/eclipse/EclipseClasspathFixture.groovy

            }
    
            String getPath() {
                return entry.@path
            }
    
            String getOutput() {
                return entry.@output
            }
    
            void assertOutputLocation(String output) {
                assert entry.@output == output
            }
        }
    
        class EclipseLibrary extends EclipseClasspathEntry {
    
            EclipseLibrary(Node entry) {
                super(entry)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 22 01:27:55 UTC 2024
    - 7.4K bytes
    - Viewed (0)
Back to top