David Pokluda's blog

Business application development, agile development, and other software engineering topics

March, 2007

Posts
  • David Pokluda's blog

    SysTest part VI.: Code coverage

    • 4 Comments
    In this post I want to describe code coverage module in SysTest framework. Let's have a simple calculator class (calculating area): public class SimpleCalc { public int square(int _a) { int square = 0; ; if (_a > 0) { square = _a *...
Page 1 of 1 (1 items)