はじめに 今回はUnity Test Frameworkでエラーのテストをする方法について紹介したいと思います。docs.nunit.org はじめに Assert.Throws Assert.Catch Assert.Thatを利用する 小ネタ Assert.Throws Assert.Throwsを利用することで特定の例外がスローされることをチェックすることができます。 The Assert.Throws method is pretty much in a class by itself. Rather than comparing values, it attempts to invo…