All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tibco.flogo.maven.coverage.TestSuiteIOCoverage Maven / Gradle / Ivy

Go to download

Plugin Code for Apache Maven and TIBCO Flogo. This is the Maven Plugin for Flogo Build.

The newest version!
package com.tibco.flogo.maven.coverage;

import java.util.HashMap;
import java.util.Map;

public class TestSuiteIOCoverage {
    Map testIOCoverageMap = new HashMap();

    public Map getTestIOCoverageMap() {
        return testIOCoverageMap;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy