public void ExceptionTest() { OtherMethods m = new OtherMethods(); m.ExceptionMethod(999999, 0); }
public void GeneratePasscodeTest() { OtherMethods x = new OtherMethods(); x.passcodeMethod(); }