C# の XUnit で private static method をテストする - Qiita
private method をテストするには Reflection で!というのは良く出てくる。では private static method は?ということで書いてみる。ついでに Exce…