<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Can we get samples on the best practices for developing unit tests using Runtime and .NET Standard? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/can-we-get-samples-on-the-best-practices-for/m-p/259368#M3042</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And qt please. My tests use gtest and gmock and I use hooks to monitor when a feature is added or removed from a layer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Mar 2019 18:24:51 GMT</pubDate>
    <dc:creator>TroyFoster</dc:creator>
    <dc:date>2019-03-08T18:24:51Z</dc:date>
    <item>
      <title>Can we get samples on the best practices for developing unit tests using Runtime and .NET Standard?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/can-we-get-samples-on-the-best-practices-for/m-p/259367#M3041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For example, setting paths to the runtime for the unit testing harnesses, mocking, security, etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2019 18:19:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/can-we-get-samples-on-the-best-practices-for/m-p/259367#M3041</guid>
      <dc:creator>ChrisPalmer1</dc:creator>
      <dc:date>2019-03-08T18:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can we get samples on the best practices for developing unit tests using Runtime and .NET Standard?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/can-we-get-samples-on-the-best-practices-for/m-p/259368#M3042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And qt please. My tests use gtest and gmock and I use hooks to monitor when a feature is added or removed from a layer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2019 18:24:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/can-we-get-samples-on-the-best-practices-for/m-p/259368#M3042</guid>
      <dc:creator>TroyFoster</dc:creator>
      <dc:date>2019-03-08T18:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can we get samples on the best practices for developing unit tests using Runtime and .NET Standard?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/can-we-get-samples-on-the-best-practices-for/m-p/259369#M3043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes! In fact I started working on this yesterday. Hopefully I can get this finished up next week, and will be adding it to this sample:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-demos-dotnet/tree/master/src/CampusRouting" title="https://github.com/Esri/arcgis-runtime-demos-dotnet/tree/master/src/CampusRouting"&gt;arcgis-runtime-demos-dotnet/src/CampusRouting at master · Esri/arcgis-runtime-demos-dotnet · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...so keep an eye on that repo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2019 18:29:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/can-we-get-samples-on-the-best-practices-for/m-p/259369#M3043</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2019-03-08T18:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Can we get samples on the best practices for developing unit tests using Runtime and .NET Standard?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/can-we-get-samples-on-the-best-practices-for/m-p/259370#M3044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the Qt team we use the Qt testing framework. It works quite well and has many nice features. Qt supports unit testing for both C++ and Qml.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://doc.qt.io/qt-5/qtest-overview.html" title="https://doc.qt.io/qt-5/qtest-overview.html"&gt;Qt Test Overview | Qt Test 5.12&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2019 18:36:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/can-we-get-samples-on-the-best-practices-for/m-p/259370#M3044</guid>
      <dc:creator>JamesBallard1</dc:creator>
      <dc:date>2019-03-08T18:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can we get samples on the best practices for developing unit tests using Runtime and .NET Standard?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/can-we-get-samples-on-the-best-practices-for/m-p/259371#M3045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I added some UWP, iOS and Android unit tests to the Office Locator Sample here:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-bare" href="https://github.com/Esri/arcgis-runtime-demos-dotnet/pull/28" title="https://github.com/Esri/arcgis-runtime-demos-dotnet/pull/28"&gt;https://github.com/Esri/arcgis-runtime-demos-dotnet/pull/28&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not anywhere near 100% code coverage, but just to serve as an example, and just chooses one of many test frameworks out there (I just happen to know MSTest and MSTestX the best).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However to be clear: There really isn't anything special about unit testing ArcGIS Runtime Apps. If you want to learn more about how to unit test your apps and libraries, I'd really recommend almost any unit test and/or UI Test tutorial for the platform that you're writing for, and choose the framework that best suit your need. We're really great at writing GIS related libraries, but we leave some of the more generic developer topics to the people who specialize in those things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm curious if you were looking for any GIS specific testing, that isn't already covered by "normal" unit testing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2019 20:31:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/can-we-get-samples-on-the-best-practices-for/m-p/259371#M3045</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2019-03-11T20:31:28Z</dc:date>
    </item>
  </channel>
</rss>

