At our first meeting of the JUnit Recipes study group we decided to meet on the first and third Wednesday of each month. That means this Wednesday we will...
hi, was thinking about pairs and how they relate to collecting parameter: <http://www.industriallogic.com/xp/refactoring/accumulationToCollection.html>. iirc,...
Do you mean the method marked with [SetUp] will be called only once? That's strange, because it should work just like JUnit. Some of my NUnit classes (in C#)...
... I think this was the distinction that was causing the confusion. JUnit creates a separate instance of the test fixture (i.e., the class containing the test...
... [Alex] JUnit will not create a separate instance for each test method, it shouldn't do so since by doing so will void original xUnit design (see Kent...
... Being the test-first guy that I am, I wrote a test before I posted. Guess what? Under Eclipse 3.1.1 and JUnit 3.8.1 it does create a separate instance of...
That's very interesting. Have you tried to run JUnit using JUnit's own test runner (either console or GUI version). It may have something to do with how...
It has been a while since I worked with JUnit last time, it appears to me it has changed a lot. Well, I guess we have to live with what it does not. Still,...
... package p; import junit.framework.JUnit4TestAdapter; import org.junit.*; public class SimpleTest { protected int fValue1; protected int fValue2; public...
... I didn't use annotations since my current work setup is JDK 1.4 and JUnit 3.8. Ray took care of the JDK 1.5 and JUnit 4.0 experiment ... I'm assuming the...
Reminder from the Calendar of ocpatterns http://groups.yahoo.com/group/ocpatterns/cal Study Group - JUnit Recipes Wednesday April 19, 2006 7:00 pm - 9:00 pm ...
ocpatterns@yahoogroup...
Apr 18, 2006 2:57 am
1451
#include "stdafx.h" using namespace System; using namespace NUnit::Framework; [TestFixture] public ref class ATestFixture { public: [Test] void test1() {} }; ...
... it does work in c#, and fails in mc++. seems to be due to some kind of optimization c++ does (behind you back) since it thinks this is not a dll. thanks ...
hi, found the hook in ecliplse t make the all tests. that's helpful. it does not recurse though. i usually ending up with some other init and logging code (see...
Reminder from the Calendar of ocpatterns http://groups.yahoo.com/group/ocpatterns/cal Study Group - JUnit Recipes Wednesday May 3, 2006 7:00 pm - 9:00 pm (This...
ocpatterns@yahoogroup...
May 1, 2006 2:55 am
1456
At 07:55 PM 4/30/2006, you wrote: ... i should be there. thanks ... vice-chair http://ocjug.org/...
Wow, was Joel in Orange County this week? I saw the picture of the Laguna Beach life guard tower and some other SoCal-looking sites in the article. ... . ....
Visit http://www.ocruby.org/?p=12 <http://www.ocruby.org/> for details. We'll be doing some hand-on coding as well, bring a laptop. Agenda ===================...
Reminder from the Calendar of ocpatterns http://groups.yahoo.com/group/ocpatterns/cal Study Group - JUnit Recipes Wednesday May 17, 2006 7:00 pm - 9:00 pm ...