コード例 #1
0
            public void When_both_logins_is_null_returns_true()
            {
                // arrange
                UserLoginInfo login1 = null;
                UserLoginInfo login2 = null;

                // assert
                Assert.True(login1.AreEqual(login2));
            }