Dynamic Executor running prefixed functions.

DynamicExecutor runs every (or some filtered) prefixed functions in a specific directory.

For reference, it's useful for test program development of a backend server. Just write test functions under a directory, and just specify it. Furthermore, if you compose e2e test programs to utilize the @nestia/sdk generated API functions, you can take advantage of DynamicBenchmarker at the same time.

When you want to see some utilization cases, see the below example links.

https://github.com/samchon/nestia-start/blob/master/test/index.ts
https://github.com/samchon/backend/blob/master/test/index.ts

Jeongho Nam - https://github.com/samchon

Interfaces

Closure
IExecution
IProps
IReport

Functions

assert
validate