mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-06 15:18:49 +00:00
shared constant
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@909 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
a78462f453
commit
63cd5bbbd9
65 changed files with 2 additions and 64 deletions
|
@ -28,6 +28,8 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
*/
|
||||
public abstract class AbstractProviderLiveTest
|
||||
{
|
||||
protected static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
protected final void print(final NearbyStationsResult result)
|
||||
{
|
||||
System.out.println(result.status
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class AtcProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final AtcProvider provider = new AtcProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class AvvProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final AvvProvider provider = new AvvProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -38,7 +38,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class BahnProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private BahnProvider provider = new BahnProvider();
|
||||
protected static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class BayernProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private BayernProvider provider = new BayernProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class BsagProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final BsagProvider provider = new BsagProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -36,7 +36,6 @@ import de.schildbach.pte.dto.QueryConnectionsResult;
|
|||
public class BsvagProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final BsvagProvider provider = new BsvagProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class BvbProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final BvbProvider provider = new BvbProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -39,7 +39,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class BvgProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private BvgProvider provider = new BvgProvider(null);
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class DingProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final DingProvider provider = new DingProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class DsbProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final DsbProvider provider = new DsbProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -36,7 +36,6 @@ import de.schildbach.pte.dto.QueryConnectionsResult;
|
|||
public class DubProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final DubProvider provider = new DubProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class GvhProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final GvhProvider provider = new GvhProvider(null);
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class InvgProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final InvgProvider provider = new InvgProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class IvbProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final IvbProvider provider = new IvbProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class KvvProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final KvvProvider provider = new KvvProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class LinzProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private LinzProvider provider = new LinzProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class LuProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final LuProvider provider = new LuProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class MariborProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final MariborProvider provider = new MariborProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class MetProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final MetProvider provider = new MetProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class MvgProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final MvgProvider provider = new MvgProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class MvvProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private MvvProvider provider = new MvvProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class NaldoProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final NaldoProvider provider = new NaldoProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class NasaProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final NasaProvider provider = new NasaProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class NphProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final NphProvider provider = new NphProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class NriProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final NriProvider provider = new NriProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class NvbwProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final NvbwProvider provider = new NvbwProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class NvvProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final NvvProvider provider = new NvvProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -40,7 +40,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class OebbProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private OebbProvider provider = new OebbProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class PlProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final PlProvider provider = new PlProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class RmvProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final RmvProvider provider = new RmvProvider();
|
||||
protected static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class RtProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private RtProvider provider = new RtProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class SbbProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private SbbProvider provider = new SbbProvider(Secrets.SBB_ACCESS_ID);
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -39,7 +39,6 @@ import de.schildbach.pte.dto.StationDepartures;
|
|||
public class SeProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final SeProvider provider = new SeProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class SeptaProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final SeptaProvider provider = new SeptaProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class SfProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final SfProvider provider = new SfProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class ShProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final ShProvider provider = new ShProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class SncbProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final SncbProvider provider = new SncbProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class StockholmProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final StockholmProvider provider = new StockholmProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class StvProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final StvProvider provider = new StvProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class SvvProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final SvvProvider provider = new SvvProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class SydneyProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final SydneyProvider provider = new SydneyProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class TflProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final TflProvider provider = new TflProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class TleaProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final TleaProvider provider = new TleaProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class TlemProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final TlemProvider provider = new TlemProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class TlseProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final TlseProvider provider = new TlseProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class TlswProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final TlswProvider provider = new TlswProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class VagfrProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final VagfrProvider provider = new VagfrProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class VbbProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private VbbProvider provider = new VbbProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class VblProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final VblProvider provider = new VblProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -39,7 +39,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class VbnProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final VbnProvider provider = new VbnProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class VgnProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final VgnProvider provider = new VgnProvider(Secrets.VGN_API_BASE);
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class VgsProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final VgsProvider provider = new VgsProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class VmobilProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final VmobilProvider provider = new VmobilProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class VmsProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final VmsProvider provider = new VmsProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class VmvProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final VmvProvider provider = new VmvProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class VorProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final VorProvider provider = new VorProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class VrnProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final VrnProvider provider = new VrnProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class VrrProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final VrrProvider provider = new VrrProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class VrtProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final VrtProvider provider = new VrtProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class VvmProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final VvmProvider provider = new VvmProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class VvoProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final VvoProvider provider = new VvoProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class VvsProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final VvsProvider provider = new VvsProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class VvtProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final VvtProvider provider = new VvtProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStations() throws Exception
|
||||
|
|
|
@ -37,7 +37,6 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
public class ZvvProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final ZvvProvider provider = new ZvvProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
||||
@Test
|
||||
public void nearbyStationsByStation() throws Exception
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue