mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 06:08:52 +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
|
@ -34,7 +34,7 @@ import de.schildbach.pte.dto.QueryDeparturesResult;
|
|||
/**
|
||||
* @author Andreas Schildbach
|
||||
*/
|
||||
public class TlemProviderLiveTest
|
||||
public class TlemProviderLiveTest extends AbstractProviderLiveTest
|
||||
{
|
||||
private final TlemProvider provider = new TlemProvider();
|
||||
private static final String ALL_PRODUCTS = "IRSUTBFC";
|
||||
|
@ -60,7 +60,7 @@ public class TlemProviderLiveTest
|
|||
{
|
||||
final QueryDeparturesResult result = provider.queryDepartures(1001003, 0, false);
|
||||
|
||||
System.out.println(result.stationDepartures);
|
||||
print(result);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue