Exemplo n.º 1
0
        public void ExceptionTest()
        {
            OtherMethods m = new OtherMethods();

            m.ExceptionMethod(999999, 0);
        }
Exemplo n.º 2
0
        public void GeneratePasscodeTest()
        {
            OtherMethods x = new OtherMethods();

            x.passcodeMethod();
        }