use testmethod

This commit is contained in:
Martijn Scheepers
2025-09-09 08:28:27 +02:00
parent 5852198cb0
commit ab2310bdec
5 changed files with 4 additions and 7 deletions

View File

@@ -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)