SysUnit Fakes, Mocks and Stubs

Note: A number of the libraries here currently implement only a subset of the functions associated with the KPI. Please feel free to extend a library with more functions as test suites require them.

Fakes

fake_atomic

KPIs Provided:

Notes:

fake_malloc

KPIs Provided:

Notes:

fake_mbuf

KPIs Provided:

fake_mib

KPIs Provided:

fake_mutex

KPIs Provided:

Notes:

fake_panic

KPIs Provided:

Note:

fake_uma

KPIs Provided:

Notes:

Mocks

MockUpperIfnet

Header:

KPIs Provided:

MockUpperIfnet is used to mock ifnet methods that are implemented by the protocol (upper) layer of the ifnet. It should be used when testing code that runs on the network driver side of the stack.

MockTime

Header:

KPIs Provided:

SysUnit/APIs/FakesMocksStubs (last edited 2018-03-29T04:19:58+0000 by MarkLinimon)