<?xml version="1.0" encoding="UTF-8"?>
<mods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.1" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
  <titleInfo>
    <title>The art of unit testing</title>
    <subTitle>with examples in C#</subTitle>
  </titleInfo>
  <name type="personal">
    <namePart>Osherove, Roy</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
    <role>
      <roleTerm type="text">autor.</roleTerm>
    </role>
    <role>
      <roleTerm authority="marcrelator" type="code">aut</roleTerm>
    </role>
  </name>
  <typeOfResource>text</typeOfResource>
  <originInfo>
    <dateIssued encoding="marc">2014</dateIssued>
    <edition>2.</edition>
    <issuance>monographic</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">spa</languageTerm>
  </language>
  <language objectPart="translation">
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <form authority="marcform">print</form>
    <extent>266 páginas : : ils. ; figuras.</extent>
  </physicalDescription>
  <abstract>The Art of Unit Testing, Second Edition guides you step by step from writing your first simple unit tests to building complete test sets that are maintainable, readable, and trustworthy. You'll move quickly to more complicated subjects like mocks and stubs, while learning to use isolation (mocking) frameworks like Moq, FakeItEasy, and Typemock Isolator. You'll explore test patterns and organization, refactor code applications, and learn how to test "untestable" code. Along the way, you'll learn about integration testing and techniques for testing with databases.</abstract>
  <tableOfContents>Part 1. Getting started. -- Chapter 1. The basics of unit testing. -- Chapter 2. A first unit test. -- Part 2. Core techniques. -- Chapter 3. Using stubs to break dependencies. -- Chapter 4. Interaction testing using mock objects. -- Chapter 5. Isolation (mocking) frameworks. -- Chapter 6. Digging deeper into isolation frameworks. -- Part 3. The test code. -- Chapter 7. Test hierarchies and organization. -- Chapter 8. The pillars of good unit tests. -- Part 4. Design and process. -- Chapter 9. Integrating unit testing into the organization. -- Chapter 10. Working with legacy code. -- Chapter 11. Design and testability.</tableOfContents>
  <note>Contents.</note>
  <subject authority="lcsh">
    <topic>Computer software</topic>
    <topic>Development</topic>
  </subject>
  <subject authority="lcsh">
    <topic>Computer software</topic>
    <topic>Testing</topic>
  </subject>
  <subject authority="lcsh">
    <topic>Computer program language</topic>
    <topic>C#</topic>
  </subject>
  <subject authority="lcsh">
    <topic>Computer software</topic>
  </subject>
  <classification authority="ddc" edition="23">005.14 OS82</classification>
  <identifier type="isbn">9781617290893</identifier>
  <identifier type="isbn">1617290890</identifier>
  <recordInfo>
    <recordContentSource authority="marcorg">CO-ViULL</recordContentSource>
    <recordCreationDate encoding="marc">230502</recordCreationDate>
    <recordChangeDate encoding="iso8601">20251030135902.0</recordChangeDate>
    <languageOfCataloging>
      <languageTerm authority="iso639-2b" type="code">spa</languageTerm>
    </languageOfCataloging>
  </recordInfo>
</mods>
