Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tests] Add test coverage documents for Reference<T> class #987

Closed
JckXia opened this issue May 2, 2021 · 5 comments
Closed

[Tests] Add test coverage documents for Reference<T> class #987

JckXia opened this issue May 2, 2021 · 5 comments

Comments

@JckXia
Copy link
Member

JckXia commented May 2, 2021

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 && other)
Env() const;
Covered #702 bool IsEmpty() const
bool operator == (const Reference& other) const
bool operator != (const Reference& 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)
@NickNaso NickNaso added the test label May 5, 2021
@github-actions
Copy link
Contributor

github-actions bot commented Aug 4, 2021

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
Copy link
Contributor

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 github-actions bot added the stale label Jan 12, 2022
@NickNaso NickNaso removed the stale label Jan 12, 2022
@github-actions
Copy link
Contributor

github-actions bot commented May 5, 2022

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
Copy link
Contributor

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 github-actions bot added the stale label Nov 12, 2022
@NickNaso NickNaso removed the stale label Nov 12, 2022
@JckXia JckXia changed the title [Tests] Add test coverage documents for template reference class [Tests] Add test coverage documents for Reference<T> class Jan 8, 2023
@legendecas
Copy link
Member

Closed by #1277

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants