約3,490件1ページ目

日本語のみで絞り込む

条件を指定して検索しています。すべての条件を解除する

  • 最終更新日:6か月以内
  • 2023/11/30 -Capture multiple arguments with NSubstitute ... I am using NSubstitute to write a unit test, and am trying to capture multiple method arguments passed in a method ...

    2024/2/5 -This test case uses NSubstitute to create a mock repository and FakeDb to simulate the database. The test method, GetProductById_ShouldReturnProduct , sets up ...

    2024/2/26 -NSubstitute simplifies the process of creating mock objects, allowing us to simulate dependencies' behaviors and return values, and verifying interactions with ...

    NSubstitute is one of the best testing frameworks in .NET. It is easy to use, straightforward, and open source. In this video, I will demonstrate how to ...

    YouTube-Mohamad Dbouk

    2024/2/27 -Personally, I'd prefer Quantity.Within(min, maxInclusive) more, as builder pattern is too verbose to me. But both ways are good, so it doesn't matter too much.

    2024/4/20 -A friendly substitute for .NET mocking libraries. Contribute to nsubstitute/NSubstitute development by creating an account on GitHub.

    2024/4/23 -The test creates a mock of the BlobServiceClient class from the Azure.Storage.Blobs package. This is the main entry point for communicating with Azure Blob ...

    2023/12/3 -I have this logger class i want to unit test but im a bit lost on how i do it: Specifically with how to assert if the streamwriter wrote the correct message ...

    1日前 -NSubstitute is a .NET mocking framework. It creates substitutes of types for testing that can act as both mocks (can check calls were received) and stubs (can ...

    2024/3/29 -NUnit is a unit-testing framework designed for .NET applications. It promotes modular testing by isolating the entire application into distinct modules.