Hi, For the latest release of LogWeb: http://www.codeczar.com/products/logweb/ I developed an extensive set of HttpUnit tests. A pattern evolved whilst...
12152
MKlaene
Oct 15, 2004 8:34 pm
Though I'm not sure how such a tool would really work or if it would be practical, I'm curious to know if there are any decent tools that attempt to...
12153
saji bekal
joby_k2000
Oct 15, 2004 8:34 pm
Hi Shinobu, 1) I guess your answer is there is no way to exclude any testcase from a Testsuite. I also want all my testcases to be pass. But due to some...
12154
metallect_research
metallect_re...
Oct 15, 2004 8:35 pm
We are developing a product that is kind of like Google for IT. Our product has the ability to crawl through source code and provide a powerful search...
12155
J. B. Rainsberger
nails762
Oct 15, 2004 9:00 pm
... Three ways: 1. Create your own custom test suite by implementing the suite() method. 2. Change the name of the test by putting something like XXX in front...
12156
Shinobu Kawai
nskskawai
Oct 15, 2004 10:50 pm
Hi Joby, ... Currently, you can "not add", but you can't remove. Refer to JB's post for nice instructions to "not add". ... Just checked it out. (Needs...
12157
J. B. Rainsberger
nails762
Oct 16, 2004 4:53 pm
... I am only familiar with the commercial tools JTest from Parasoft and the newest (and best-looking) member of the group, Agitator from Agitar. I don't know...
12158
J. B. Rainsberger
nails762
Oct 16, 2004 4:55 pm
... A fourth way: Use Ant and the junit/batchtest task element to exclude entire TestCase classes. This doesn't work for individual tests defined in a...
12159
dbrosius@...
mebigfatguy
Oct 16, 2004 7:25 pm
... Altho far from open source, thats what agitator tries to do. http://www.agitar.com/products/000024.html There are probably open source rip offs of it,...
12160
Shinobu Kawai
nskskawai
Oct 16, 2004 11:10 pm
Hi Mike, ... Have you tried JUnitDoclet? It's LGPL. http://www.junitdoclet.org/ # but I like my tests to come before my source code. :) Best regards, --...
12161
Alistair A. Israel
aisrael
Oct 19, 2004 4:59 pm
Hello, list. Chanced upon this group while Googling for possible solutions to my 'dilemna39;. It's not quite so much of a problem, but being OC as we are it's a...
12162
haefeleuser
Oct 19, 2004 5:00 pm
I posted this question half a year ago. The answer that I received was to use a decorator. It works this way. But I cannot execute a test with its decorator in...
12163
tal5ab
Oct 20, 2004 4:54 pm
Hello all I am in the beginning of a project and we will use Quartz to schedule our Jobs I will be the tester of the group and I'll probably going to use ...
12164
porus
porus108
Oct 20, 2004 4:55 pm
just adivce me how to generate html reports using junit+ant+wsad 5.1.1 i have developed juint test cases and am able to run junit test runs. i am unable to...
I am trying to learn how to bring JUnit and HTTPUnit together. I am running in Eclipse and get the following message: Rhino classes (js.jar) not found -...
12167
salem jaffer
electradesal
Oct 21, 2004 4:58 pm
I am new to Junit but know Java at intermediate level. Please help me with the best process to setup Junit and start writing test cases. I am more interested...
12168
Jason Rogers
jacaetev
Oct 21, 2004 5:38 pm
... What have you tried so far? What do you mean by "environment"? What does the rest of that "environment" look like? -- Jason Rogers "I am crucified with...
12169
Jason Rogers
jacaetev
Oct 21, 2004 5:38 pm
... Is the js.jar really in %HTTPUNIT_HOME%\httpunit-1.6\jars? If it is, then it sounds like a classpath problem in Eclipse. Check the Classpath tab of the ...
12170
J. B. Rainsberger
nails762
Oct 21, 2004 7:37 pm
... Are you using the CLASSPATH environment variable for your code and tests? If so, don't. Instead, use the <classpath> element inside the various Ant tasks...
12171
J. B. Rainsberger
nails762
Oct 21, 2004 7:47 pm
... I strongly disagree. Certainly you can. Read on. ... What you're doing here defeats the purpose of one-time setup/teardown. Usually, one does this: public...
12172
J. B. Rainsberger
nails762
Oct 21, 2004 7:47 pm
... Please search the web. You will likely find the Ant task <junitreport> in the first five hits. -- J. B. (Joe) Rainsberger Diaspar Software Services ...
12173
Robert Wenner
robertwenner
Oct 22, 2004 9:26 am
... What problems did you encounter which where not covered in the documentation that ships with JUnit? Robert -- +++ GMX DSL Premiumtarife 3 Monate gratis* +...
12174
Ilja Preuss
ipreussde
Oct 22, 2004 9:40 am
... And more - a TestSetup can decorate any arbitrary Test instance, and therefore not only a TestSuite that aggregates all tests from one TestCase class, but...
12175
Clark I Anderson
ciagetjob
Oct 22, 2004 9:43 pm
Thank you. The error message still happens. I have made the changes to the Eclipse ClassPath Eclipse Windows Preferences Java BuildPath ClassPath added: ...
12176
Matthew Beermann
mbeerman
Oct 22, 2004 9:43 pm
I'm trying to run a whole suite of JUnits at once using "ant test". The problem is that some (but not all) of the test output XML files are completely empty....
12177
J. B. Rainsberger
nails762
Oct 22, 2004 9:55 pm
... You're adding to the Eclipse class path, and not the Ant class path. Here's what you should do: 1. Start a command line. 2. SET CLASSPATH= (That's nothing...
12178
J. B. Rainsberger
nails762
Oct 22, 2004 9:57 pm
... Does MyTestCase extend TestCase? Does MyTestCase declare any tests? Assuming MyTestCase doesn't actually declare any tests, I recommend making it abstract...
12179
salem jaffer
electradesal
Oct 25, 2004 5:57 pm
Setup: I have taken care of the following: 1) I have Java path setup correctly and I have junit installed and I am able to run the swingui.TestRunner and I...
12180
yochana_h
Oct 25, 2004 5:57 pm
Hi All, Can anyone tell me the steps to plugin jfcunit with Eclipse and also let me know how to run a sample testcase using jfcunit and Eclipse. I downloaded...