Relative Content

Tag Archive for abp-framework

LazyServiceProvider not initialized in unit test

I am writing a unit test for a method in my AppService that relies on the current user. However, during the unit test, the CurrentUser object is null, and the LazyServiceProvider is also null that.