This document contains detailed notes from Lecture 12 of the CO2401 course on Software Development. The lecture focuses on advanced unit testing techniques, specifically the use of mocking frameworks to simulate and test interactions between a unit of code and its dependencies.
University of Central Lancashire Preston (UClan)
Onbekend
Software Development (CO2401)
Alle documenten voor dit vak (20)
Verkoper
Volgen
BpoBpo
Ontvangen beoordelingen
Voorbeeld van de inhoud
CO2401: Software Development
Lecture 12
Recap: Terminology and Principles Related to Mocking Frameworks
1. Mocking:
o Mock Objects: Simulated objects that mimic the behavior of real
objects in controlled ways, used to test the interactions of a unit
with its dependencies.
o Purpose: Helps isolate the unit under test by simulating the
behavior of its dependencies, ensuring the test focuses solely on
the unit itself.
2. Why Use Mocking Frameworks?
o Efficiency: Hand-coding stubs and mocks is time-consuming and
prone to errors. Mocking frameworks automate the creation of fake
objects, making tests easier to write, read, and maintain.
o Popular Frameworks: MOQ, FakeItEasy, NSubstitute. NSubstitute
is highlighted for its focus on test readability and familiar syntax.
Interaction Testing
1. Types of Testing in Unit Tests:
o Value-Based Testing: Validates the return values of a method.
o State-Based Testing: Ensures that the internal state of the unit
under test changes as expected.
o Interaction Testing: Verifies that the unit under test interacts
correctly with other objects by calling their methods.
2. When to Use Interaction Testing:
o Interaction testing is essential when the primary outcome of a unit
of work is calling a method on another object. Mock objects help
verify that these interactions occur as expected.
Voordelen van het kopen van samenvattingen bij Stuvia op een rij:
Verzekerd van kwaliteit door reviews
Stuvia-klanten hebben meer dan 700.000 samenvattingen beoordeeld. Zo weet je zeker dat je de beste documenten koopt!
Snel en makkelijk kopen
Je betaalt supersnel en eenmalig met iDeal, creditcard of Stuvia-tegoed voor de samenvatting. Zonder lidmaatschap.
Focus op de essentie
Samenvattingen worden geschreven voor en door anderen. Daarom zijn de samenvattingen altijd betrouwbaar en actueel. Zo kom je snel tot de kern!
Veelgestelde vragen
Wat krijg ik als ik dit document koop?
Je krijgt een PDF, die direct beschikbaar is na je aankoop. Het gekochte document is altijd, overal en oneindig toegankelijk via je profiel.
Tevredenheidsgarantie: hoe werkt dat?
Onze tevredenheidsgarantie zorgt ervoor dat je altijd een studiedocument vindt dat goed bij je past. Je vult een formulier in en onze klantenservice regelt de rest.
Van wie koop ik deze samenvatting?
Stuvia is een marktplaats, je koop dit document dus niet van ons, maar van verkoper BpoBpo. Stuvia faciliteert de betaling aan de verkoper.
Zit ik meteen vast aan een abonnement?
Nee, je koopt alleen deze samenvatting voor €4,30. Je zit daarna nergens aan vast.