RSS feed
[root]
/
test
/
c02
/
code
/
TI Pattern
/
software design
/
document
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
BlackBoxTest
//: c02:test:BlackBoxTest.java import c02.testable.*; import com.bruceeckel.test.*; public class BlackBoxTest extends UnitTest { Testable tst = new Testable(); public void test1() { //! tst.f2(); // Nope! //! tst.f3(); // Nope! tst.f4(); // Only public methods available } } ///:~
(google search)
(amazon search)
1
2
3
second
download zip of files only
Prev
Next