コード例 #1
0
ファイル: ActorContextShould.cs プロジェクト: teoadal/velo
 public void GetFilter1()
 {
     _actorContext
     .Invoking(context => context.GetFilter <TestComponent1>()).Should().NotThrow()
     .Which.Should().NotBeNull();
 }