We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Unit testing Linux kernel drivers

Formal Metadata

Title
Unit testing Linux kernel drivers
Title of Series
Number of Parts
287
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
The technical presentation is about how to use mocks to unit test Linux kernel drivers. The presentation explains how mocks help validating operational code. For instance by checking parameters passed to mocked function, or by configuring the mock to return an error code. The presentation will include some unit test examples that use a mocking tool which is called EasyMock. I'm the author of EasyMock.