I had little issue with creating IOptions<> to use it with xUnit, so below is solution: var operationalStoreOptions = Options.Create(new OperationalStoreOptions()); Example usingConstructor in my class with DbContext looks like: Corresponding lines of code in my xUnit test class: