RSS feed
[root]
/
c02
/
code
/
TI Pattern
/
software design
/
document
testable
test
login:
password:
title search:
Search this site
Enter your search terms
Web
www.carfield.com.hk
Submit search form
Prev
Next
Wed Dec 26 16:00:00 GMT 2001
TooMuchAccess
//: c02:TooMuchAccess.java import com.bruceeckel.test.*; public class TooMuchAccess extends UnitTest { Testable tst = new Testable(); public void test1() { tst.f2(); // Oops! tst.f3(); // Oops! tst.f4(); // OK } } ///:~
(google search)
(amazon search)
1
2
3
second
download zip of files only
Prev
Next