Esempio n. 1
0
        public void EeeOutputAmount_EqualsEeeOutputAmountDifferentTonnage_ReturnsFalse()
        {
            var eeeOutputAmount  = EeeOutputAmountBuilder.WithTonnage(5);
            var eeeOutputAmount2 = EeeOutputAmountBuilder.WithTonnage(10);

            Assert.NotEqual(eeeOutputAmount, eeeOutputAmount2);
        }