Skip to content

[Tests] AsyncProgressWorker unit test coverage #1041

Closed
@JckXia

Description

@JckXia
class methods
AsyncProgressWorker
AsyncProgressWorker(const Function& callback);
AsyncProgressWorker(const Function& callback, const char* resource_name);
Covered AsyncProgressWorker(const Function& callback,const char* resource_name, const Object& resource)
AsyncProgressWorker(const Object& receiver, const Function& cb)
AsyncProgressWorker(const Object& receiver,const Function& cb, const char* resource_name)
AsyncProgressWorker(const Object& receiver,const Function& cb, const char* resource_name, const Object& resource)
AsyncProgressWorker(Napi::Env env)
AsyncProgressWorker(Napi::Env env, const char* resource_name)
AsyncProgressWorker(Napi::Env env, const char* resource_name, const Object& resource)
Covered void Execute(const ExecutionProgress& progress)
Covered void OnProgress(const T* data, size_t count)

See asyncprogressworker.cc and asyncprogressworker.js

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions