-
Currently the .msi installer requires the installing user to have admin rights. If that requirement is genuine, then it should be presented to the user right away. When admin rights are not available, the option of installing only for the current user and/or only installing certain features should be presented.
2007-04-18 19:26:27 UTC in The DJ Project
-
After throwing a stack trace, things seem to go on working. Still, it should be corrected.
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at abbot.tester.WindowTracker.getRootWindows(WindowTracker.java:162)
at abbot.tester.WindowTracker$ContextTracker.eventDispatched(WindowTracker.java:243)
at...
2006-11-18 22:48:05 UTC in Abbot Java GUI Testing Framework
-
Logged In: YES
user_id=540
While the manipulations performed by Jester have value,
there would also be value in the simpler route of simply
testing against a hollowed-out version of the class.
Imagine the following class:
class Foo {
String getBar() {
... complicated logic here
}
void baz() {
... complicated logic here
}
}
A tool like ASM...
2006-10-25 21:19:04 UTC in JUnit
-
Please consider adding support for Fitnesse.
http://fitnesse.org
Thanks,
Curt.
2006-10-23 16:49:36 UTC in QALab
-
Hi,
JUnit currently lacks any mechanism of determining how
sufficient tests are. Adding such a mechanism would
greatly enhance its usefulness.
Jester is a tool intended to perform this function, but
it is notoriously difficult to set up. Something that
was integrated with JUnit would be much better.
Jester performs some relatively complex source
transformations them recompiles...
2006-10-18 23:21:05 UTC in JUnit