rkelew ; Gao,
Liming
Subject: [EXTERNAL] RE: [edk2-devel] [Patch 03/11] MdePkg/Include/Library: Add
UnitTestLib class
A couple of typos (some of them occur multiple times) in UnitTestLib.h:
Funtions -> Functions
paramter -> parameter
Null-terminaled -> Null-terminated
dispached ->
> -Original Message-
> From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of
> Michael D Kinney
> Sent: Friday, January 24, 2020 10:10 AM
> To: devel@edk2.groups.io
> Cc: Bret Barkelew; Sean Brogan; Bret Barkelew; Gao, Liming
> Subject: [edk2-devel] [Patc
ubject: [edk2-devel] [Patch 03/11]
> MdePkg/Include/Library: Add UnitTestLib class
>
> From: Bret Barkelew
>
> Add UnitTestLib class to MdePkg that provides services
> and macros to implement unit tests. These services and
> macros support the following features:
>
>
Reviewed-by: Bret Barkelew
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#53491): https://edk2.groups.io/g/devel/message/53491
Mute This Topic: https://groups.io/mt/70061162/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: http
From: Bret Barkelew
Add UnitTestLib class to MdePkg that provides services
and macros to implement unit tests. These services and
macros support the following features:
* Create a Unit Test Framework
* Add a Unit Test Suite to a Unit Test Framework
+ Support optional step that executes before