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

[Tests] Add test coverage documents for template reference class

Open JckXia opened this issue 4 years ago • 3 comments

class methods
Reference Reference()
Reference(napi_env env, napi_ref ref)
Covered #212 Reference::New(const T& value, uint32_t initRefCount = 0)
Reference(Reference&& other)
Reference & operator = (Reference<T> && other)
Env() const;
Covered #702 bool IsEmpty() const
bool operator == (const Reference<T>& other) const
bool operator != (const Reference<T>& other) const
Covered #212 T Value() const
Covered #212 uint32_t Ref()
Covered #212 uint32_t UnRef()
void Reset()
void Reset(const T& value, uint32_t refCount = 0)

JckXia avatar May 02 '21 17:05 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 Aug 04 '21 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 Jan 12 '22 00:01 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 May 05 '22 00:05 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 12 '22 00:11 github-actions[bot]

Closed by #1277

legendecas avatar Mar 23 '23 17:03 legendecas