Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NativeComponentReportOutputFormatter (0.35 sec)

  1. subprojects/diagnostics/src/testFixtures/groovy/org/gradle/api/reporting/components/NativeComponentReportOutputFormatter.groovy

    import org.gradle.nativeplatform.fixtures.NativePlatformsTestFixture
    
    class NativeComponentReportOutputFormatter extends ComponentReportOutputFormatter {
        final AvailableToolChains.InstalledToolChain toolChain
    
        NativeComponentReportOutputFormatter() {
            this.toolChain = AvailableToolChains.getDefaultToolChain()
        }
    
        NativeComponentReportOutputFormatter(AvailableToolChains.InstalledToolChain toolChain) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 25 01:52:21 UTC 2015
    - 1.9K bytes
    - Viewed (0)
  2. subprojects/diagnostics/src/testFixtures/groovy/org/gradle/api/reporting/components/AbstractNativeComponentReportIntegrationTest.groovy

    class AbstractNativeComponentReportIntegrationTest extends AbstractComponentReportIntegrationTest {
        String currentNative = NativePlatformsTestFixture.defaultPlatformName
    
        def setup() {
            formatter = new NativeComponentReportOutputFormatter(toolChain)
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Dec 26 01:35:41 UTC 2015
    - 1005 bytes
    - Viewed (0)
Back to top