Visual Studio 测试平台 VSTest

码农软件 · 软件分类 · 单元测试工具 · 2019-11-18 08:29:31

软件介绍

Visual Studio Test Platform,简称 VSTest,是由微软开源的 Visual Studio 测试平台。

Visual Studio 测试平台是为测试浏览器和 vstest.console 提供支持的引擎。

它是一个开放和可扩展的测试平台,可以运行测试,收集诊断数据和报告结果。

测试平台支持运行在各种测试框架中编写的测试,并使用可插拔适配器模型。基于用户的选择,所需的测试框架及其对应的适配器可以作为 vsix 或 NuGet 包获得,视情况而定。适配器可以用测试平台公开的公共 API 编写。

测试平台目前作为 Visual Studio 2017 和 .NET Core Tools Preview 3 的一部分提供。

本文地址:https://codercto.com/soft/d/19238.html

Programming Ruby

Programming Ruby

Dave Thomas、Chad Fowler、Andy Hunt / Pragmatic Bookshelf / 2004-10-8 / USD 44.95

Ruby is an increasingly popular, fully object-oriented dynamic programming language, hailed by many practitioners as the finest and most useful language available today. When Ruby first burst onto the......一起来看看 《Programming Ruby》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具