예제 #1
0
        public void OtherTestName()
        {
            //Given
            binarybamboozlement bb = new binarybamboozlement();

            //When
            Int64 result = bb.bambboozle(7);

            //Then
            Assert.Equal(17, (Int32)result);
        }
예제 #2
0
        public void TestName()
        {
            //Given
            binarybamboozlement bb = new binarybamboozlement();

            //When
            Int64 result = bb.bambbbbbbbboozle(7);

            //Then
            Assert.Equal((Int64)4778958365924720657, result);
        }