- 博客(8)
- 收藏
- 关注
原创 Junit讲义
1、JUnit的定义========= JUnit is an open source Java testing framework used to write and run repeatable tests。 说白了,JUnit 是一个集成测试工具,能实现测试的自动化。 这里说的是单元测试:属于软件工程里的白盒测
2005-12-11 14:09:00
586
原创 Embedding JUnit tests
Thinking About ComputingArticles by Bruce EckelFormerly Web Log, see new web log 4-6-04 Embedding JUnit testsFor the 4th edition of Thinking in Java, Ive been experimenting with ways to take better
2005-12-11 14:08:00
627
原创 "=="测试
import java.util.*;public class Test{ public static void main(String[] args) { System.out.println(new Date()); String a="ja"; System.out.println(a); String b="va"; System.out.println(b
2005-12-11 13:59:00
649
原创 Thinking in Java习题心得
[在构造函数中调用构造函数] class Foo{ public Foo() { this("Default"); } public Foo(String s) { System.out.println(s); }}public class Main{ public static void main(String[] args
2005-12-10 14:23:00
752
原创 Sun认证学习资源
Matrix 一个计算机开源技术组织,主要涉及java基础、编程、工具与应用服务、j2ee,j2me技术、设计模式等,旨在让更多的人得到进步,他们的口号:Matrix is all! JavaPub-Java开发资源站 提供了很多的JAVA经典书籍下载和JAVA开发技术文集。 系统分析员之窗 该站作为系统分析、软件工程的相关技术推广站点,特别关注软件业所涉及的四个方面,即技术、管理
2005-12-10 14:20:00
743
转载 Thinking in Java学习笔记
Thinking in Java学习笔记第一章 对象导论 其实这章介绍的是oop的思想,知道什么是抽象、接口、继承等等,其实这些我觉得没有必要专门提出来写一章,这个我就不介绍了在以后的学习中,这些知识是会在里面融会贯通的。第二章 万事万物皆对象 在java程序中,万事万物皆对象,即使是java程序本身,也是一个对象 一、Reference是操纵对象之钥匙
2005-12-10 14:04:00
830
转载 Thinking in Java习题心得
[在构造函数中调用构造函数] class Foo{ public Foo() { this("Default"); } public Foo(String s) { System.out.println(s); }}public class Main{ public static void main(String[] args
2005-12-10 14:01:00
814
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅