kopia lustrzana https://github.com/JOSM/MapWithAI
MapWithAIPreferencesTest: Docs and PMD
Signed-off-by: Taylor Smock <tsmock@fb.com>pull/1/head
rodzic
d8fdc1683f
commit
9f6d2e0015
|
@ -23,8 +23,9 @@ import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
|
||||||
import org.openstreetmap.josm.testutils.annotations.BasicPreferences;
|
import org.openstreetmap.josm.testutils.annotations.BasicPreferences;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Taylor Smock
|
* Test class for {@link MapWithAIPreferences}
|
||||||
*
|
*
|
||||||
|
* @author Taylor Smock
|
||||||
*/
|
*/
|
||||||
@BasicPreferences
|
@BasicPreferences
|
||||||
class MapWithAIPreferencesTest {
|
class MapWithAIPreferencesTest {
|
||||||
|
@ -37,10 +38,9 @@ class MapWithAIPreferencesTest {
|
||||||
/**
|
/**
|
||||||
* Set up the test
|
* Set up the test
|
||||||
*
|
*
|
||||||
* @throws Exception if something goes wrong with set up
|
|
||||||
*/
|
*/
|
||||||
@BeforeEach
|
@BeforeEach
|
||||||
void setUp() throws Exception {
|
void setUp() {
|
||||||
preferences = new MapWithAIPreferences();
|
preferences = new MapWithAIPreferences();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue