// Created by plusminus on 22:30:58 - 20.01.2009 package org.androad.nav.util; import org.junit.Test; public class UtilTest { // =========================================================== // Constants // =========================================================== // =========================================================== // Fields // =========================================================== // =========================================================== // Constructors // =========================================================== // =========================================================== // Getter & Setter // =========================================================== // =========================================================== // Methods from SuperClass/Interfaces // =========================================================== @Test public void testGetDistanceToLine() throws Exception { } // =========================================================== // Methods // =========================================================== // =========================================================== // Inner and Anonymous Classes // =========================================================== }