示例#1
0
        protected override async Task Context()
        {
            await base.Context();

            _snapshot = await sut.MapToSnapshot(_amountObserver);
        }
示例#2
0
 protected override async Task Because()
 {
     _result = await sut.MapToSnapshot(_containerObserver);
 }
示例#3
0
 protected override async Task Because()
 {
     _result = await sut.MapToSnapshot(_amountObserver);
 }