You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NUnit is a unit-testing framework for all .Net languages. Initially ported from JUnit, the current production release, version 3, has been completely rewritten with many new features and support for a wide range of .NET platforms. https://nunit.org/
JUnitから派生したものです。
UnityだとUnity Test Framework を使っていますが、ベースがこのNUnitになります。
つまり、UnityだとNUnit一択しかない…悲しいなぁ。
xUnit
Written by the original inventor of NUnit v2, xUnit.net is the latest technology for unit testing C#, F#, VB.NET and other .NET languages. https://xunit.net/
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
NUnit
JUnitから派生したものです。
UnityだとUnity Test Framework を使っていますが、ベースがこのNUnitになります。
つまり、UnityだとNUnit一択しかない…悲しいなぁ。
xUnit
NUnit v2を発明した人が開発した、単体テストに特化したフレームワーク、らしいです。
.NET Core、.NET Framwwork、UWP、Xamarinで使用可能です。
.NETに合わせた、TDD以外の用途 (自動受け入れテストなど) でも使用可能であること目指しているそうです。
https://xunit.net/docs/why-did-we-build-xunit-1.0
MSTest (Microsoft Test Framework)
Microsoftが作ったテストフレームワークです。
https://github.com/microsoft/testfx
.NET Framework、.NET Core、ASP.NET Core で使用可能です。
Beta Was this translation helpful? Give feedback.
All reactions