com.iovation.launchkey.sdk.integration.cucumber.converters.TerritoryFenceConverter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-integration-tests Show documentation
Show all versions of sdk-integration-tests Show documentation
Integration tests for the LaunchKey Service SDK for Java
package com.iovation.launchkey.sdk.integration.cucumber.converters;
import com.iovation.launchkey.sdk.domain.policy.TerritoryFence;
import io.cucumber.datatable.DataTable;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
public class TerritoryFenceConverter {
public static List fromDataTable(DataTable dataTable) {
List fences = new ArrayList<>();
List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy