use testmethod
This commit is contained in:
@@ -5,9 +5,7 @@ namespace Aperio_Control_Centre.UnitTest
|
||||
[TestClass]
|
||||
public class GeoDataModel_Test
|
||||
{
|
||||
|
||||
[TestMethod]
|
||||
[DataTestMethod]
|
||||
[DataRow("POINT(5.39220132 51.4980646)", "5.39220132", "51.4980646")]
|
||||
[DataRow("POINT(5.9337291 52.9578418)", "5.9337291", "52.9578418")]
|
||||
public void CentroideConversion_Test(string point, string lon, string lat)
|
||||
|
||||
Reference in New Issue
Block a user