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)
Inconnu
Software Development (CO2401)
Tous les documents sur ce sujet (20)
Vendeur
S'abonner
BpoBpo
Avis reçus
Aperçu du contenu
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.
Les avantages d'acheter des résumés chez Stuvia:
Qualité garantie par les avis des clients
Les clients de Stuvia ont évalués plus de 700 000 résumés. C'est comme ça que vous savez que vous achetez les meilleurs documents.
L’achat facile et rapide
Vous pouvez payer rapidement avec iDeal, carte de crédit ou Stuvia-crédit pour les résumés. Il n'y a pas d'adhésion nécessaire.
Focus sur l’essentiel
Vos camarades écrivent eux-mêmes les notes d’étude, c’est pourquoi les documents sont toujours fiables et à jour. Cela garantit que vous arrivez rapidement au coeur du matériel.
Foire aux questions
Qu'est-ce que j'obtiens en achetant ce document ?
Vous obtenez un PDF, disponible immédiatement après votre achat. Le document acheté est accessible à tout moment, n'importe où et indéfiniment via votre profil.
Garantie de remboursement : comment ça marche ?
Notre garantie de satisfaction garantit que vous trouverez toujours un document d'étude qui vous convient. Vous remplissez un formulaire et notre équipe du service client s'occupe du reste.
Auprès de qui est-ce que j'achète ce résumé ?
Stuvia est une place de marché. Alors, vous n'achetez donc pas ce document chez nous, mais auprès du vendeur BpoBpo. Stuvia facilite les paiements au vendeur.
Est-ce que j'aurai un abonnement?
Non, vous n'achetez ce résumé que pour €4,33. Vous n'êtes lié à rien après votre achat.