Nick Robinson | 2 Jun 2004 22:47
Picon

RE: NUnit testing over a network

A long shot, but have you definitely got the same versions of NUnit on your
machine and the server? For example, we had a later version of NUnit on our
build machine, and we couldnt see our tests which were copied over from a
local environment.

Worth double-checking.

nick.robinson
site  : www.fromconcept.co.uk
blog  : www.fromconcept.co.uk/weblog.aspx
draco : www.sourceforge.net/projects/draconet

> -----Original Message-----
> From: Paul McGillivray [mailto:paul <at> remote.uk.com]
> Sent: 21 May 2004 17:10
> To: testdrivendevelopment <at> yahoogroups.com
> Subject: [TDD] NUnit testing over a network
>
>
> Hi all,
>
> I've just started using NUnit to test VB.NET applications.
>
> I've got it working fine, and love it already, but I've got one
> problem;
>
> I'm working on an application that's shared on a central server over
> a Local Area Network; each developer has his own solution. My NUnit
> tests run fine when I develop and run them locally, but when I try
> to run them from the server on the LAN, the dll is read by NUnit as
(Continue reading)

cuchovillena | 3 Jun 2004 15:06
Picon

Re: Looking for something like NUnit for unmanaged C++

Hi!
  I went to fitness.org/files, but it asked to me to login in :(
  Does anybody coudl upload cppunitlite to Files eections of this 
group?

Thanks
  Agustin Villena

--- In testdrivendevelopment <at> yahoogroups.com, Mark Van Peteghem 
<Mark.Van.Peteghem <at> q...> wrote:
> Thx, I found it.
> 
> -- 
>   Mark Van Peteghem
>   http://www.q-mentum.com
> 
> 
> 
> James Grenning wrote:
> 
> > Sorry about that.  It looks like the upload failed the first 
time.  And
> > I did not test the upload.  I just uploaded it and as a test 
downloaded
> > it.  
> >
> > CppTestTools20040524.zip is in place now at:
> > http://www.fitnesse.org/files
> >
> > James
(Continue reading)

testdrivendevelopment | 4 Jun 2004 14:01
Picon

New file uploaded to testdrivendevelopment


Hello,

This email message is a notification to let you know that
a file has been uploaded to the Files area of the testdrivendevelopment 
group.

  File        : /CppTestTools20040524.zip 
  Uploaded by : jwgrenning <grenning <at> objectmentor.com> 
  Description : CppUnitLite, CppFit, and a Cpp FitServer that works with Fitnesse 

You can access this file at the URL

http://groups.yahoo.com/group/testdrivendevelopment/files/CppTestTools20040524.zip 

To learn more about file sharing for your group, please visit

http://help.yahoo.com/help/us/groups/files

Regards,

jwgrenning <grenning <at> objectmentor.com>

------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/NhFolB/TM
--------------------------------------------------------------------~-> 

 
(Continue reading)

yahoogroups | 4 Jun 2004 14:03

Re: Looking for something like NUnit for unmanaged C++

From: "cuchovillena" <avillena.at.master7.cl <at> yahoogroups.at.jhrothjr.com>
Sent: Thursday, June 03, 2004 9:06 AM
Subject: Re: [TDD] Looking for something like NUnit for unmanaged C++

> Hi!
>   I went to fitness.org/files, but it asked to me to login in :(
>   Does anybody coudl upload cppunitlite to Files eections of this 
> group?

They locked up the site a few days ago. I believe that they
still allow anyone to access files directly, though. 

Just try to download it directly. It just worked for me.

John Roth
> 
> Thanks
>   Agustin Villena
> 

------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/NhFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
(Continue reading)

Paul Hodgetts | 6 Jun 2004 21:28

Agile Alliance News Service


As part of its programs to support the agile community, the Agile
Alliance provides a News service for the publication of agile
events and announcements.

The News service provides a convenient place to learn about
upcoming agile events around the world. Event organizers, authors,
and product developers can utilize the News service as a way to
reach thousands of agile development practitioners to announce
their upcoming conferences, meetings, events, publications, and
product releases.

The News program page is located on the Agile Alliance site at
http://www.agilealliance.org/news/index . An RSS feed is available
for sites interested in incorporating Agile Alliance News postings.

Submissions for News service postings must be fully-edited,
text-only announcements of 100-150 words, and must include a
heading, relevant dates, one or more paragraphs of text content,
and a URL or email link that readers can follow for further
information. For full policy details, please see
http://www.agilealliance.org/news/Policy .

For further details, or to submit your announcement, please contact
Paul Hodgetts at aanews <at> agilelogic.com.

Regards,
Paul Hodgetts
Agile Alliance News Program Director

(Continue reading)

Thomas L Roche | 7 Jun 2004 17:13
Picon
Favicon

TDDBE Money code?

I'd like to work up an example of TDDing a simple Java GUI frontend to
the Money example in _Test-Driven Development by Example_. I'm
wondering, can anyone tell me how to get the code for the (completed)
example? FWIW I looked  <at> 

http://awprofessional.com/title/0321146530

and, even after registering my copy, I don't see any links to code.

Feel free to reply directly to me as well as to the list, and TIA.

------------------------ Yahoo! Groups Sponsor --------------------~--> 
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/NhFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/testdrivendevelopment/

<*> To unsubscribe from this group, send an email to:
     testdrivendevelopment-unsubscribe <at> yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/

Anthony Williams | 8 Jun 2004 10:51
X-Face
Picon
Favicon

Duplication between tests and production code

Hi all TDDers

I've been noticing a pattern that appears in some of my code. I have a routine
that takes some input and produces output in a fairly simple way --- it is
only expected to handle a finite set of inputs, and each has a well-defined
output. Consequently, in my test I have a table of inputs and expected
outputs. However, in the code that implements this functionality, the simplest
way to satisfy the test is to have a table of expected inputs and the
corresponding outputs. This leads to duplication between the production code
and the test.

Up until now, I've been leaving it as "necessary duplication", but I was
wondering what other TDDers did --- is there a way to remove the duplication
in a clean way that doesn't hide the intent of the tests, or compromise their
effectiveness?

Anthony
--

-- 
Anthony Williams
Senior Software Engineer, Beran Instruments Ltd.

------------------------ Yahoo! Groups Sponsor --------------------~--> 
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/NhFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
(Continue reading)

Mark Van Peteghem | 8 Jun 2004 12:03

Re: Duplication between tests and production code

Anthony Williams wrote:

> Hi all TDDers
>
> I've been noticing a pattern that appears in some of my code. I have a 
> routine
> that takes some input and produces output in a fairly simple way --- it is
> only expected to handle a finite set of inputs, and each has a 
> well-defined
> output. Consequently, in my test I have a table of inputs and expected
> outputs. However, in the code that implements this functionality, the 
> simplest
> way to satisfy the test is to have a table of expected inputs and the
> corresponding outputs. This leads to duplication between the 
> production code
> and the test.

> Up until now, I've been leaving it as "necessary duplication", but I was
> wondering what other TDDers did --- is there a way to remove the 
> duplication
> in a clean way that doesn't hide the intent of the tests, or 
> compromise their
> effectiveness?

In TDD we write the simplest implementation that satisfies the test (to 
start with anyway), indeed. But usually we only test one input value at 
that point, and the simplest implementation is simply returning a 
constant. After that we triangulate, i.e. we test with more values, and 
we have to implement the real code.

(Continue reading)

J. B. Rainsberger | 8 Jun 2004 22:49
Favicon

Re: Duplication between tests and production code

Anthony Williams wrote:

> Hi all TDDers
> 
> I've been noticing a pattern that appears in some of my code. I have a routine
> that takes some input and produces output in a fairly simple way --- it is
> only expected to handle a finite set of inputs, and each has a well-defined
> output. Consequently, in my test I have a table of inputs and expected
> outputs. However, in the code that implements this functionality, the simplest
> way to satisfy the test is to have a table of expected inputs and the
> corresponding outputs. This leads to duplication between the production code
> and the test.
> 
> Up until now, I've been leaving it as "necessary duplication", but I was
> wondering what other TDDers did --- is there a way to remove the duplication
> in a clean way that doesn't hide the intent of the tests, or compromise their
> effectiveness?

I would leave the duplication there, in case /eventually/ the production 
code transformed from lookup table to general algorithm.
--

-- 
J. B. Rainsberger,
Diaspar Software Services
http://www.diasparsoftware.com :: +1 416 791-8603
Let's write software that people understand

------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/NhFolB/TM
(Continue reading)

pwwist | 10 Jun 2004 15:59

JUnitPerf for dot Net

Does anyone know if a port has been/is being done of JUnitPerf for 
use with NUnit?

------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/NhFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/testdrivendevelopment/

<*> To unsubscribe from this group, send an email to:
     testdrivendevelopment-unsubscribe <at> yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/


Gmane