BTDBTest.IocTests.RefinePreview.RefinePreview C# (CSharp) Method

RefinePreview() public method

public RefinePreview ( Lazy world, INotify notify ) : System
world Lazy
notify INotify
return System
            public RefinePreview(Lazy<IWorld> world, INotify notify)
            {
                Assert.IsType<NotificationOverride>(notify);
            }
IocTests.RefinePreview