node-addon-api icon indicating copy to clipboard operation
node-addon-api copied to clipboard

[Test] Unit test coverage report for Maybe<T>

Open JckXia opened this issue 3 years ago • 3 comments

class methods
Maybe
IsNothing()
Covered IsJust()
Covered void Check()
Defined as a macro which is used by most tests T UnWrap()
Defined as a macro, which is used by most tests T UnWrapOr(const T&default_value) const
Defined as a macro which is used by most tests bool UnwrapTo(T* out) const
bool operator==(const Maybe& other) const
bbool operator!=(const Maybe& other) const

See test/maybe/check.cc and test/maybe/index.js

JckXia avatar Aug 22 '21 14:08 JckXia

This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made.

github-actions[bot] avatar Dec 26 '21 00:12 github-actions[bot]

This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made.

github-actions[bot] avatar Apr 19 '22 00:04 github-actions[bot]

This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made.

github-actions[bot] avatar Aug 02 '22 00:08 github-actions[bot]

This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made.

github-actions[bot] avatar Nov 11 '22 00:11 github-actions[bot]

Closed following #1270

JckXia avatar Jan 23 '23 03:01 JckXia