public void Can_Instantiate_The_ModifiableProductVaraintDataModfierChain()
        {
            const int TaskCount = 1;
            var       chain     = new ProductVariantDataModifierChain(MerchelloContext.Current);

            Assert.NotNull(chain);
            Assert.AreEqual(TaskCount, chain.TaskCount);
        }
예제 #2
0
        public void Can_Instantiate_The_ModifiableProductVaraintDataModfierChain()
        {
            const int TaskCount = 1;
            var chain = new ProductVariantDataModifierChain(MerchelloContext.Current);

            Assert.NotNull(chain);
            Assert.AreEqual(TaskCount, chain.TaskCount);
        }