ch.poole.osm.presetutils.UtilTest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of preset-utils Show documentation
Show all versions of preset-utils Show documentation
Assorted utils for JOSM style presets
package ch.poole.osm.presetutils;
import org.junit.Test;
import static org.junit.Assert.*;
public class UtilTest {
@Test public void testSomeLibraryMethod() {
// ch.poole.osm.presetutils.Preset2Pot.main(args);
// assertTrue("someLibraryMethod should return 'true'", classUnderTest.someLibraryMethod());
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy