mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 01:19:49 +00:00
shared code for printing departure results
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@906 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
cd335b530e
commit
b0ffef2a58
66 changed files with 162 additions and 126 deletions
|
@ -36,7 +36,7 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
/**
|
||||
* @author Andreas Schildbach
|
||||
*/
|
||||
public class VbnProviderLiveTest
|
||||
public class VbnProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final VbnProvider provider = new VbnProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
@ -62,7 +62,7 @@ public class VbnProviderLiveTest
|
|||
{
|
||||
final QueryDeparturesResult result = provider.queryDepartures(8000110, 0, false);
|
||||
|
||||
System.out.println(result.stationDepartures);
|
||||
print(result);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue