书栈网 · BookStack 本次搜索耗时 0.057 秒,为您找到 75 个相关结果.
  • 测试

    ASP.NET Core MVC / Razor Pages: 测试 应用程序启动模板 测试Razor页面 控制器测试 查看结果 对象结果 测试JavaScript代码 测试基础设施 基本属性 基本方法 ASP.NET Core MVC / Razor Pages: 测试 你可以参考ASP.NET Core集成测试文档 了解ASP....
  • project.json 和 csproj 之间的映射

    572 2019-10-06 《.NET Core 指南》
    project.json 和 csproj 属性之间的映射A mapping between project.json and csproj properties 本文内容 csproj 格式The csproj format 常见顶级属性Common top-level properties namename versionversion 其他常...
  • dotnet test

    1448 2019-10-06 《.NET Core 指南》
    dotnet testdotnet test 本文内容 nameName 摘要Synopsis 说明Description 自变量Arguments 选项Options 示例Examples 筛选选项详细信息Filter option details 请参阅See also dotnet testdotnet test 本文内容...
  • Scripting

    Scripting Contents Shell scripting Shell scripting libraries Specialized frameworks and libraries Samples from books Historical References From: eLinux.org Scriptin...
  • 流水线步骤参考

    Pipeline Steps Reference Pipeline Steps Reference The following plugins offer Pipeline-compatible steps. Each plugin link offersmore information about the parameters for each s...
  • 集成测试

    ASP.NET Core 中的集成测试Integration tests in ASP.NET Core 本文内容 集成测试简介Introduction to integration tests ASP.NET Core 集成测试ASP.NET Core integration tests 测试应用先决条件Test app prerequisites...
  • REPORTERS

    1056 2018-06-06 《mocha中文文档》
    REPORTERS Mocha报告会自适应终端窗口,如果终端类型非TTY类型,会禁用ANSI-escape颜色。 SPEC 这是默认的测试报告,输出的格式是一个嵌套的分级视图。 DOT MATRIX dot matrix视图报告使用一系列的字符来表示报告的结果,失败的测试使用红色的! 来表示,pending测试使用蓝色的, 来表示。慢...
  • Scorecard

    Scorecard Overview Requirements Running the Scorecard Configuration Config File Command Args Parallelism Selecting Tests Built-in Tests Basic Test Suite OLM Test Suite S...
  • EF Core 测试示例

    EF Core 测试示例EF Core testing sample 应用程序The application 模型和业务规则The model and business rules Item实体类型The Item entity type Tag实体类型The Tag entity type ItemsControllerThe ItemsContro...
  • 自动化测试

    自动化测试 课程投影片 录影 前言 RSpec简介 安装RSpec与RSpec-Rails 语法介绍 describe和context it和expect before和after let 和 let! pending specify 和 example Matcher Rails中的测试 安装 Rspec-Rails 如何处理F...