All of lore.kernel.org
 help / color / mirror / Atom feed
* Kernel Mocking
@ 2015-02-20 19:51 Kenneth Adam Miller
  2015-02-20 20:24 ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Kenneth Adam Miller @ 2015-02-20 19:51 UTC (permalink / raw)
  To: kernelnewbies

So, in userland development, the idea of mocking is used to isolate context
management and machine configuration into a single class or set of
functions that can be reused, and also facilitate testing much easier.
Google mock is a great example.

Say I develop a kernel module, and I want that module to have some result X
after some returned result, whatever that might be. Is there anything
similar for kernel code?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20150220/b396b6cb/attachment.html 

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-02-20 22:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-20 19:51 Kernel Mocking Kenneth Adam Miller
2015-02-20 20:24 ` Greg KH
2015-02-20 20:26   ` Kenneth Adam Miller
2015-02-20 20:45     ` Greg KH
2015-02-20 20:49       ` Kenneth Adam Miller
2015-02-20 22:58         ` Jeff Haran

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.