// To be used only by the runner public PNUnitServices(object info, object consoleAccess) { mInfo = info as PNUnitTestInfo; mConsoles = new ArrayList(); mConsoles.Add(consoleAccess as ITestConsoleAccess); mInstance = this; }
// To be used only by the runner public PNUnitServices(object info, object consoleaccess) { mInfo = info as PNUnitTestInfo; mConsole = consoleaccess as ITestConsoleAccess; mInstance = this; }
// To be used only by the runner public PNUnitServices(object info, object consoleaccess) { mInfo = info as TestInfo; mConsole = consoleaccess as ITestConsoleAccess; mInstance = this; }