예제 #1
0
 protected override async Task Because()
 {
     _snapshot = await sut.MapToSnapshot(_quantityInfo);
 }
예제 #2
0
        protected override async Task Context()
        {
            await base.Context();

            _snapshot = await sut.MapToSnapshot(_quantityInfo);
        }