use of de.westnordost.streetcomplete.data.osm.changes.StringMapEntryAdd in project StreetComplete by westnordost.
the class AddPlaceNameTest method testName.
public void testName() {
bundle.putString(AddPlaceNameForm.NAME, "my name");
verify(new StringMapEntryAdd("name", "my name"));
}
Aggregations