[Previous entry: "TDD evangelist? Moi?!"] [Next entry: "One way to know your tests are fast enough"]
03/10/2005: "Ah, learning tests!"
Yet another win for Learning Tests. It turns out that, ugly enough, creating a FileWriter (in Java) automatically blanks out the underlying file, even if I never actually write anything to it. That's just crappy, but at least I have a test that demonstrates the behavior.
