Cite This Page
Bibliographic details for Unit Testing
- Page name: Unit Testing
- Author: PCGen Wiki contributors
- Publisher: PCGen Wiki, .
- Date of last revision: 3 August 2008 03:38 UTC
- Date retrieved: 27 October 2025 22:02 UTC
- Permanent URL: http://159.203.101.162/w/index.php?title=Unit_Testing&oldid=336
- Page Version ID: 336
Citation styles for Unit Testing
APA style
Unit Testing. (2008, August 3). PCGen Wiki, . Retrieved 22:02, October 27, 2025 from http://159.203.101.162/w/index.php?title=Unit_Testing&oldid=336.
MLA style
"Unit Testing." PCGen Wiki, . 3 Aug 2008, 03:38 UTC. 27 Oct 2025, 22:02 <http://159.203.101.162/w/index.php?title=Unit_Testing&oldid=336>.
MHRA style
PCGen Wiki contributors, 'Unit Testing', PCGen Wiki, , 3 August 2008, 03:38 UTC, <http://159.203.101.162/w/index.php?title=Unit_Testing&oldid=336> [accessed 27 October 2025]
Chicago style
PCGen Wiki contributors, "Unit Testing," PCGen Wiki, , http://159.203.101.162/w/index.php?title=Unit_Testing&oldid=336 (accessed October 27, 2025).
CBE/CSE style
PCGen Wiki contributors. Unit Testing [Internet]. PCGen Wiki, ; 2008 Aug 3, 03:38 UTC [cited 2025 Oct 27]. Available from: http://159.203.101.162/w/index.php?title=Unit_Testing&oldid=336.
Bluebook style
Unit Testing, http://159.203.101.162/w/index.php?title=Unit_Testing&oldid=336 (last visited October 27, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "PCGen Wiki",
title = "Unit Testing --- PCGen Wiki{,} ",
year = "2008",
url = "http://159.203.101.162/w/index.php?title=Unit_Testing&oldid=336",
note = "[Online; accessed 27-October-2025]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "PCGen Wiki",
title = "Unit Testing --- PCGen Wiki{,} ",
year = "2008",
url = "\url{http://159.203.101.162/w/index.php?title=Unit_Testing&oldid=336}",
note = "[Online; accessed 27-October-2025]"
}