05 2015 档案

摘要:这篇文章主要将要介绍JUnit测试工具的使用。本文中待测试的对象为一个简单的Calculate类,包括加(add),减(substract),乘(multiply),除(divide)四个简单的方法。 1 public class Calculate { 2 3 public st... 阅读全文
posted @ 2015-05-25 20:41 TU_HZ 阅读(261) 评论(0) 推荐(0)
摘要:Source Monitor is a code analyzing tool that is capable of finding the complexity for Java, C++、C、C#、Delphi、Visual Basic and HTML source codes. It's a... 阅读全文
posted @ 2015-05-21 23:27 TU_HZ 阅读(348) 评论(0) 推荐(0)
摘要:FindBugs is an useful tool that can find potential problematic code in your Java program. It differs from CheckStyle and PMD in that it analyzes Java ... 阅读全文
posted @ 2015-05-21 22:52 TU_HZ 阅读(141) 评论(0) 推荐(0)
摘要:In this tutorial I'll introduce another tool to help find possible problems in your code, PMD. It will check for empty blocks, unused variables or par... 阅读全文
posted @ 2015-05-21 20:58 TU_HZ 阅读(230) 评论(0) 推荐(0)
摘要:StyleCheck is an application that helps you to make sure your code comforms to the standard coding style.This tutorial will walk you through the insta... 阅读全文
posted @ 2015-05-21 20:32 TU_HZ 阅读(143) 评论(0) 推荐(0)
摘要:My topic for the paper reading is Automatic generation of test cases. 测试用例的自动生成。 阅读全文
posted @ 2015-05-18 11:30 TU_HZ 阅读(75) 评论(0) 推荐(0)
摘要:Here's my GitHub account,GitHub.com/tuhzWelcome to check it out! 阅读全文
posted @ 2015-05-18 10:40 TU_HZ 阅读(162) 评论(0) 推荐(0)