VOOZH about

URL: https://www.javacodegeeks.com/author/shaun-abram/page/2

⇱ Shaun Abram, Author at Java Code Geeks - Page 2 of 2


  • Core Java👁 Image
    Shaun AbramFebruary 14th, 2014
    2 776

    Testing for expected exceptions in JUnit

    Unit tests are used to verify that a piece of code operates as the developer expects it to. Sometimes, that…

    Read More »
  • Core Java👁 Image
    Shaun AbramOctober 28th, 2013
    0 153

    Java7 – A look back

    I started writing a blog post on what’s new in the upcoming Java8 release, and thought I would start by…

    Read More »
  • Core Java👁 Image
    Shaun AbramOctober 24th, 2013
    2 201

    Java8

    Java8 isn’t scheduled for for release until March 2014, but early release versions have been available for a while. Some…

    Read More »
  • Core Java👁 Image
    Shaun AbramOctober 9th, 2013
    3 201

    Stacks and Queues in Java

    I have been working on some Java code recently that required both a stack and a queue. The choices to…

    Read More »
  • Software Development👁 Image
    Shaun AbramJune 7th, 2013
    2 173

    Software Quality via Unit Testing

    The following post is based on a talk I gave at Desert Code Camp 2013. See also the associated slide…

    Read More »
  • Core Java👁 Image
    Shaun AbramJune 6th, 2013
    5 1,881

    Builder Pattern: Good for code, great for tests

    I’ve found the builder design pattern occasionally useful in code, but frequently useful in tests. This article is a quick…

    Read More »
  • «
  • 1
  • 2
Back to top button
Close