<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Thiago Marra</title>
    <description>The latest articles on DEV Community by Thiago Marra (@ggdower).</description>
    <link>https://dev.to/ggdower</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F58439%2Ff558c951-b83b-4586-b1ef-f6ff47cc4c0d.jpg</url>
      <title>DEV Community: Thiago Marra</title>
      <link>https://dev.to/ggdower</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ggdower"/>
    <language>en</language>
    <item>
      <title>Live unit test</title>
      <dc:creator>Thiago Marra</dc:creator>
      <pubDate>Tue, 02 Oct 2018 02:10:41 +0000</pubDate>
      <link>https://dev.to/ggdower/live-unit-test-2ng1</link>
      <guid>https://dev.to/ggdower/live-unit-test-2ng1</guid>
      <description>

&lt;p&gt;I want to introduce you to the live code test, from Visual studio 2017.&lt;/p&gt;

&lt;p&gt;Is a great idea for produce without stop every time to execute tests or even debugg your code.&lt;/p&gt;

&lt;p&gt;The live test unit, run your unit test in the background, every time you modify your code being tested, you are notified when your test fails and when tests performed successfully (which is indicated by the green check mark, "✓"),&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s---Dd8xd8s--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/rltlri2atpj92htalbfa.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s---Dd8xd8s--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/rltlri2atpj92htalbfa.png" alt="example of real time test"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;the live tests indicates when an line of your code is note covered in tests.&lt;/p&gt;

&lt;p&gt;Maybe you are think, is not too heavy? yes, is so... but it is a great helper, and it can save some time during coding.&lt;/p&gt;

&lt;p&gt;I hope to see features like this in another IDEs, or even in Editor (Visual code plzzz) hahahahaha&lt;/p&gt;


</description>
      <category>productivity</category>
      <category>unittests</category>
    </item>
  </channel>
</rss>
