タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

NUnitに関するtmurakamのブックマーク (3)

  • TestDriven.NET > Home

    Welcome to TestDriven.NET The Zero Friction Unit Testing Extension for Visual Studio TestDriven.NET makes it easy to run unit tests with a single click, anywhere in your Visual Studio solutions. It supports all versions of Microsoft Visual Studio and it integrates with the best .NET development tools. Latest release TestDriven.NET-5.0.18119 is available here. (compatible with Visual Studio 2019)

  • TestDriven.NET by Jamie Cansdale - TestDriven.NET by Jamie Cansdale

    I’m pleased to announce that TestDriven.Net 3.0 is now available. Finally! I know many of you will already be using the Beta and RC versions, but if you look at the release notes you’ll see there’s been many refinements since then, so I highly recommend you install the RTM version. Here is a quick summary of a few new features: Read more...

  • C# Tips ―NUnitでUnitTest―

    UnitTestとは たとえば、「あるクラスのあるメソッドが正しく実装できているか」をソフトウエア自体でテストしてしまおう、それがUnitTestです。 もちろん、テストコード自体は各自が必要に応じて作成する必要があります。 が、そのテストコードを実行して「成功」とか「失敗」とか表示するような共通部分を毎回作る必要はありません(誰かが一度作ってくれれば)。 そういった「共通部分」のことをテスティングフレームワークなどと呼びます。 いまでは、いろいろなテスティングフレームワークがオープンソースで公開されています。 たとえば、Java用のJUnitC++用のCppUnitRuby用のRubyUnitなどなどです。 で、NUnitはC#で実装されたオープンソースの.NET用テスティングフレームワークです。 NUnitのセットアップ NUnit.orgからダウンロードしてセットアップするだけで

  • 1