- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
如何从 xUnit 2 单元测试访问 IApplicationEnvironment?
我认为在多种情况下我需要这个,包括:
最佳答案
嗯,这并不理想,但你可以使用 the static service locator到达它:
var appEnv = CallContextServiceLocator.Locator.ServiceProvider
.GetService(typeof(IApplicationEnvironment)) as IApplicationEnvironment;
I am not sure if xUnit injects framework dependencies in through the constructor and I bet it doesn't. If it does though (which would be perfect), you can just inject it into the test class through its constructor.
关于asp.net-core - 如何从单元测试访问 IApplicationEnvironment?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30111920/
如何从 xUnit 2 单元测试访问 IApplicationEnvironment? 我认为在多种情况下我需要这个,包括: 从使用单元测试构建的非嵌入式配置文件中读取 创建并编写与单元测试相关的
在我的 ConfigureServices 方法中,我想读取一个文件(在我的例子中是一个用于签署 token 的证书,但它可以是设置服务所需的任何文件)。因此,我需要知道 IApplicationEn
一整天我都在努力让它工作。 我正在通过这段代码进行依赖注入(inject): public Startup(IApplicationEnviroment appEnv) { var build
如何从属性 IApplicationEnvironment.ApplicationBasePath 访问 ASP.NET Core 应用程序基路径从代码中的任何地方?我不在 Startup 类中,而是
所以现在尝试在 OS X 上测试新的 Visual Studio Code,但遇到了无数问题。 现在已经解决了 dnu 命令的问题,但现在有问题: dnx。红隼 这与 Visual Studio Co
我是一名优秀的程序员,十分优秀!