TFUI: GUI toolkits design to either present a window or die trying. A programmer, seeing such a window, might be tempted to click on that window with a mouse,...
... The nuisance that I was, once again, not the first one to post to a list server is only surpassed by the honor that tranzpupy was first. -- Phlip ...
... Is this really relavent? Can this or similar functionality be accessed using command-line environments? I, for example, do not work in IDEs. I find them...
... There are two aspects to the OBT concept. The simplest and least relevant one is that one does not waste time between writing code and running the tests. ...
... Ah, but in C++, to fully reflect the statement inside the assert() into the console, we have the option of either hacking our compiler's stack mechanism, ...
... VI to be specific. ... No, I save files, then type "make check" at the prompt. I could create a batch/script file that automatically "make check"'s when I...
... CUT 2.0/2.1 does this: ASSERT( x == b, "X must equal B" ); if you don't have a message, then it's a simple matter of: ASSERT( x == b, "" ); CUT will print...
... Ahem! If your GUI layer is only edit fields and a Submit button, the rule "don't test getters and setters" applies. If you think you ever might ......
... It didn't occur to me anyone would >start< with the GUI. -- Phlip http://www.greencheese.org/LucidScheming -- Because I'm the sysadmin. That's why. --...
... My GUIs built complex behaviors out of stock controls. When I encountered the "send a fake keystroke" limit, I gave up because the need had not exceeded...
... Gee, I wonder who floated that idea first around here... From: <william.wake@...> ... This is a bitchen' game. It looks like one could solve it using...
From: "Bill Tozier" ... Uh, ... Detroit? ... <Insert long screaming rant here about how easy Ruby is to install, and how crucial for the movement and good for...
This message is OT for TFUI because it refers to using VC++ >as< the test browser instead of >with< the test browser. OBT. ... I did it by importing CppUnit's...
Phlip, ... It's absence has been annoying me so I finally hunted for it. Turns out that the default setting for NextTask (since errors are in the task list) is...
From: <bcr19374@...> ... You failed because the TDD book does not cover user interfaces. They are an especially tricky library (but >just< a library)...
... I don't believe that's the case. My admittedly dim memory of the Tcl/Tk manuals shows a remote control API that's only availible under Unix type systems....
... The last time a boss gave me a 9x 'puter, I waited until the first Reproducible Developmental Mystery Crash to use it as an excuse to upgrade to an NT...
... Please name names! A horror story would also be most helpful. ... You should do that even if the GUI toolkit were itself written test-first (the ideal)....
... From: <kentbeck@...> To: <extremeprogramming@yahoogroups.com> Sent: Thursday, January 09, 2003 2:35 AM Subject: [XP] Re: static typing for dummies....
From: <schroeder@...> ... things. ... the ... Why does the window come up? There are two reasons I'm familiar with: - the tests are a retrofit (story...
... There's more ports out there than I remember! The Python version works great, except with new style classes under release 2.2 and later. I have a patch,...
... It's the second: there are some things that we haven't been able to get the toolkit to do without a window. Even these are becoming fewer: it will do some...
... a VB ... The best time to write unit tests is while you write the features. You are attempting "Big Bang Testing". You probably used the debugger to ...