Esempio n. 1
0
        public void EeeOutputAmount_EqualsEeeOutputAmountDifferentRegistered_ReturnsFalse()
        {
            var eeeOutputAmount  = EeeOutputAmountBuilder.WithUnequalRegisteredProducer();
            var eeeOutputAmount2 = EeeOutputAmountBuilder.NewEeeOutputAmount;

            Assert.NotEqual(eeeOutputAmount, eeeOutputAmount2);
        }