예제 #1
0
        public void ExceptionTest()
        {
            OtherMethods m = new OtherMethods();

            m.ExceptionMethod(999999, 0);
        }
예제 #2
0
        public void GeneratePasscodeTest()
        {
            OtherMethods x = new OtherMethods();

            x.passcodeMethod();
        }