Cargando…

Unit test frameworks /

Unit test frameworks are a key element of popular development methodologies such as eXtreme Programming (XP) and Agile Development. But unit testing has moved far beyond eXtreme Programming; it is now common in many different types of application development. Unit tests help ensure low-level code co...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Hamill, Paul, 1970-
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly, 2004.
Edición:1st ed.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocn646496981
003 OCoLC
005 20231017213018.0
006 m o d
007 cr bn||||||abp
007 cr bn||||||ada
008 100707s2004 caua ob 001 0 eng d
010 |z  2005277175 
040 |a OCLCE  |b eng  |e pn  |c OCLCE  |d OCLCQ  |d UMC  |d OCLCF  |d OCLCO  |d OCL  |d SFB  |d VLB  |d CEF  |d MBB  |d YDXCP  |d E7B  |d OCLCQ  |d COO  |d FEM  |d OCLCO  |d OCLCQ  |d WYU  |d STF  |d VT2  |d UAB  |d CNCEN  |d UKBTH  |d TOH  |d OCLCQ  |d OCLCO  |d LVT  |d TAC  |d OCLCO  |d INARC  |d FZL  |d OCLCQ 
019 |a 58600509  |a 243552687  |a 326670100  |a 646252566  |a 748094098  |a 861530196  |a 968036845  |a 968987325  |a 1062871087  |a 1100904453  |a 1103272359  |a 1104488823  |a 1129374898  |a 1151311145  |a 1202557631  |a 1224593945  |a 1240536497  |a 1302295530  |a 1302701058  |a 1319807882  |a 1330865090  |a 1351601403  |a 1355686907  |a 1380771311 
020 |a 9780596154400  |q (e-book) 
020 |a 0596154402  |q (e-book) 
020 |a 9780596552817 
020 |a 0596552815 
020 |z 0596006896 
020 |z 9780596006891 
020 0 |a 9781306816472  |q (online) 
020 |a 1306816475 
024 8 |a 0596006896 
029 1 |a AU@  |b 000066233722 
029 1 |a AU@  |b 000057227063 
035 |a (OCoLC)646496981  |z (OCoLC)58600509  |z (OCoLC)243552687  |z (OCoLC)326670100  |z (OCoLC)646252566  |z (OCoLC)748094098  |z (OCoLC)861530196  |z (OCoLC)968036845  |z (OCoLC)968987325  |z (OCoLC)1062871087  |z (OCoLC)1100904453  |z (OCoLC)1103272359  |z (OCoLC)1104488823  |z (OCoLC)1129374898  |z (OCoLC)1151311145  |z (OCoLC)1202557631  |z (OCoLC)1224593945  |z (OCoLC)1240536497  |z (OCoLC)1302295530  |z (OCoLC)1302701058  |z (OCoLC)1319807882  |z (OCoLC)1330865090  |z (OCoLC)1351601403  |z (OCoLC)1355686907  |z (OCoLC)1380771311 
037 |a 2676399906062913198  |b TotalBoox  |f Ebook only  |n www.totalboox.com 
042 |a dlr 
050 4 |a QA76.76.T48  |b H356 2004 
082 0 4 |a 005.14  |2 22 
084 |a ST 233  |2 rvk 
049 |a UAMI 
100 1 |a Hamill, Paul,  |d 1970- 
245 1 0 |a Unit test frameworks /  |c Paul Hamill. 
250 |a 1st ed. 
260 |a Sebastopol, CA :  |b O'Reilly,  |c 2004. 
300 |a 1 online resource (xii, 198 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
500 |a "A language-independent overview"--Cover 
504 |a Includes bibliographical references (pages 110-112) and index. 
500 |a CD-ROM contents include: README files, build directions, and Makefile comments. 
506 |3 Use copy  |f Restrictions unspecified  |2 star  |5 MiAaHDL 
533 |a Electronic reproduction.  |b [Place of publication not identified] :  |c HathiTrust Digital Library,  |d 2010.  |5 MiAaHDL 
538 |a Master and use copy. Digital master created according to Benchmark for Faithful Digital Reproductions of Monographs and Serials, Version 1. Digital Library Federation, December 2002.  |u http://purl.oclc.org/DLF/benchrepro0212  |5 MiAaHDL 
583 1 |a digitized  |c 2010  |h HathiTrust Digital Library  |l committed to preserve  |2 pda  |5 MiAaHDL 
588 0 |a Print version record. 
505 0 0 |g 1.  |t Unit test frameworks : an overview --  |g 2.  |t Getting started : tutorial --  |g 3.  |t xUnit family of unit test frameworks --  |g 4.  |t Writing unit tests --  |g 5.  |t Unit testing GUI applications --  |g 6.  |t JUnit --  |g 7.  |t CppUnit --  |g 8.  |t NUnit --  |g 9.  |t PyUnit --  |g 10.  |t XMLUnit --  |g 11.  |t Resources --  |g A.  |t Simple C++ unit test framework --  |g B.  |t JUnit class reference --  |g C.  |t CppUnit class reference. 
520 |a Unit test frameworks are a key element of popular development methodologies such as eXtreme Programming (XP) and Agile Development. But unit testing has moved far beyond eXtreme Programming; it is now common in many different types of application development. Unit tests help ensure low-level code correctness, reduce software development cycle time, improve developer productivity, and produce more robust software. Until now, there was little documentation available on unit testing, and most sources addressed specific frameworks and specific languages, rather than explaining the use of unit testing as a language-independent, standalone development methodology. This invaluable new book covers the theory and background of unit test frameworks, offers step-by-step instruction in basic unit test development, provides useful code examples in both Java and C++, and includes details on some of the most commonly used frameworks today from the XUnit family, including JUnit for Java, CppUnit for C++, and NUnit for .NET. Unit Test Frameworks includes clear, concise, and detailed descriptions of: The theory and design of unit test frameworks Examples of unit tests and frameworks Different types of unit tests Popular unit test frameworks And moreIt also includes the complete source code for CppUnit for C++, and NUnit for .NET. 
542 |f Copyright © O'Reilly Media, Incorporated  |g 2004 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Computer software  |x Testing. 
650 0 |a Computer software  |x Development. 
650 0 |a Debugging in computer science. 
650 6 |a Débogage. 
650 1 7 |a Computer software  |x Testing.  |2 bisacsh 
650 7 |a Debugging in computer science.  |2 fast  |0 (OCoLC)fst00888884 
650 7 |a Computer software  |x Development.  |2 fast  |0 (OCoLC)fst00872537 
650 7 |a Computer software  |x Testing.  |2 fast  |0 (OCoLC)fst00872601 
650 7 |a Komponententest  |2 gnd 
653 |a Core Programming 
655 7 |a CD-ROM.  |2 swd 
776 0 8 |i Print version:  |a Hamill, Paul, 1970-  |t Unit test frameworks.  |b 1st ed.  |d Sebastopol, CA : O'Reilly, 2004  |w (DLC) 2005277175  |w (OCoLC)57186990 
856 4 0 |u https://learning.oreilly.com/library/view/~/0596006896/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a ebrary  |b EBRY  |n ebr10758465 
938 |a YBP Library Services  |b YANK  |n 3145961 
938 |a YBP Library Services  |b YANK  |n 7470849 
938 |a Internet Archive  |b INAR  |n unittestframewor0000hami 
994 |a 92  |b IZTAP