wirestate-core/test-utils
Test-utils
| Function | Description |
|---|---|
| mockBindEntry | Binds a service entry to the IoC container for testing purposes. |
| mockBindService | Binds a service class to the IoC container for testing purposes. |
| mockContainer | Mocks and configures an Inversify Container for testing. |
| mockService | Mocks a service by binding it to an IoC container and returning its resolved instance. |
| mockUnbindService | Unbinds a service from the IoC container. |