<?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: Juan Ramos</title>
    <description>The latest articles on DEV Community by Juan Ramos (@ptjuanramos).</description>
    <link>https://dev.to/ptjuanramos</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%2F181033%2F9353ffc5-bba4-4cfe-b742-cca2aca2dddb.jpeg</url>
      <title>DEV Community: Juan Ramos</title>
      <link>https://dev.to/ptjuanramos</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ptjuanramos"/>
    <language>en</language>
    <item>
      <title>Mockito for noobies</title>
      <dc:creator>Juan Ramos</dc:creator>
      <pubDate>Sat, 15 Jun 2019 11:16:05 +0000</pubDate>
      <link>https://dev.to/ptjuanramos/mockito-for-noobies-24h8</link>
      <guid>https://dev.to/ptjuanramos/mockito-for-noobies-24h8</guid>
      <description>&lt;p&gt;Ladies and gentleman, after some months procrastinating, watching all Netflix series available in the internet I finally make this tutorial about Mockito. A really nice tool for unit or functional testing. Be free to check it out:&lt;/p&gt;

&lt;p&gt;Text snippet:&lt;/p&gt;

&lt;p&gt;"For example: If we have an object, it is not convenient to query that database whenever we need to test a particular method or employ one of those methods to perform some mathematical operation from the cloud service. So, to solve this, we are left with two options: either we re-implement the method that receives that object for testing2&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/ptjuanramos/java-research-study/tree/master/TestingJUnitMockito"&gt;https://github.com/ptjuanramos/java-research-study/tree/master/TestingJUnitMockito&lt;/a&gt;&lt;/p&gt;

</description>
      <category>testing</category>
      <category>mockito</category>
      <category>junit</category>
      <category>java</category>
    </item>
  </channel>
</rss>
