コード例 #1
0
ファイル: ActorContextShould.cs プロジェクト: teoadal/velo
        public void Clear()
        {
            _actorContext.Add(_actor);
            _actorContext.Clear();

            _actorContext.Should().NotContain(_actor);
        }