zoukankan      html  css  js  c++  java
  • 学习笔记之Unit testing/Integration testing/dotnet test and xUnit

    source code

    • https://github.com/haotang923/dotnet/tree/master/src

    Unit testing C# code in .NET Core using dotnet test and xUnit | Microsoft Docs

    • https://docs.microsoft.com/en-us/dotnet/core/testing/unit-testing-with-dotnet-test

    Comparing xUnit.net to other frameworks > xUnit.net

    • https://xunit.github.io/docs/comparisons

    Getting started with xUnit.net (.NET Core / ASP.NET Core) > xUnit.net

    • https://xunit.github.io/docs/getting-started-dotnet-core

    Creating Unit Tests for ASP.NET MVC Applications (C#) | Microsoft Docs

    • https://docs.microsoft.com/en-us/aspnet/mvc/overview/older-versions-1/unit-testing/creating-unit-tests-for-asp-net-mvc-applications-cs

    Iteration #5 – Create unit tests (C#) | Microsoft Docs

    • https://docs.microsoft.com/en-us/aspnet/mvc/overview/older-versions-1/contact-manager/iteration-5-create-unit-tests-cs

    Overview of ASP.NET Core MVC | Microsoft Docs

    • https://docs.microsoft.com/en-gb/aspnet/core/mvc/overview#what-is-the-mvc-pattern
    • ASP.NET Core MVC is a rich framework for building web apps and APIs using the Model-View-Controller design pattern.

    Test controller logic in ASP.NET Core | Microsoft Docs

    • https://docs.microsoft.com/en-us/aspnet/core/mvc/controllers/testing
    • Controllers in ASP.NET MVC apps should be small and focused on user-interface concerns. Large controllers that deal with non-UI concerns are more difficult to test and maintain.

    Integration tests in ASP.NET Core | Microsoft Docs

    • https://docs.microsoft.com/en-gb/aspnet/core/testing/integration-testing

    C#单元测试,带你快速入门

  • 相关阅读:
    AjaxControlToolKit(整理)三.......(35个控件)简单介绍
    C#多线程学习
    《深入浅出WPF》视频列表
    【Redis】Redis功能及性能
    MySQL性能优化
    【Redis】Redis常用命令
    php项目相关资源
    JAVA基础知识总结:十一
    JAVA基础知识总结:九
    JAVA基础知识总结:十
  • 原文地址:https://www.cnblogs.com/pegasus923/p/8621345.html
Copyright © 2011-2022 走看看