Example #1
0
 public void OnEntry_Called_For_StaticMethod_In_StaticClass()
 {
     TestStaticClass.StaticMethod();
     Assert.True(callsBag.Contains("StaticClass_StaticMethod"));
 }