#region Tests
- /// <summary>\r
- /// Decide si se corre la demo ó los tests automatizados\r
- /// </summary>
- private static bool testing = false;
-
private static void EjecutarTests()
{
Tests.TestsAutorizacion.Instancia.EjecutarTodos();
{
if ( args.Length > 0) {
if (args[0].Equals ("--test")) {
- testing = true;
EjecutarTests();
return;
}