Back to project page sthlmtraveling.
The source code is released under:
Apache License
If you think the Android project sthlmtraveling listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.markupartist.sthlmtraveling; /*from w ww. ja va 2 s . c o m*/ import android.util.Log; import junit.framework.TestCase; import org.xml.sax.InputSource; import java.io.StringReader; import java.util.ArrayList; public class RouteParserTest extends TestCase { @Override protected void setUp() throws Exception { } @Override protected void tearDown() { } public void testParseRoutes() { assertTrue(true); } }