[Cppunit-devel] Citing CppUnit in a Thesis?
Brought to you by:
blep
|
From: Prabhu R. <pr...@ae...> - 2004-06-04 11:16:07
|
Dear CppUnit developers,
In the code I've developed for my PhD, I've used CppUnit quite
extensively. Thanks for the excellent software! In my Thesis, I've
cited the software using this entry:
@Misc{,
author = {???}
title = {{CppUnit}: A {C++} port of the {JUnit} framework for unit testing},
year = {2000--},
url = {http://cppunit.sourceforge.net/}
}
I'd like to know what I can enter for the author and year fields? My
bibliography style (natbib with author-year) seems to demand a valid
author and year field. I'd like to know if you folks have any
recommendations? For example is this ok?
author = {Michael Feathers and others}
year = {2000--}
Thanks again!
regards,
prabhu
|