Esempio n. 1
0
        public void EeeOutputAmount_EqualsEeeOutputAmountDifferentWeeeCategory_ReturnsFalse()
        {
            var eeeOutputAmount  = EeeOutputAmountBuilder.WithWeeeCategory(WeeeCategory.AutomaticDispensers);
            var eeeOutputAmount2 = EeeOutputAmountBuilder.WithWeeeCategory(WeeeCategory.ConsumerEquipment);

            Assert.NotEqual(eeeOutputAmount, eeeOutputAmount2);
        }