protected void SetUp()
        {
            writer = new StringWriter();
            Type type = typeof (ConsoleComponentMonitorTestCase);
            constructor = type.GetConstructor(new Type[] {});
            method = type.GetMethod("ToString");

            componentMonitor = new ConsoleComponentMonitor(writer);
        }
        protected void SetUp()
        {
            writer = new StringWriter();
            Type type = typeof(ConsoleComponentMonitorTestCase);

            constructor = type.GetConstructor(new Type[] {});
            method      = type.GetMethod("ToString");

            componentMonitor = new ConsoleComponentMonitor(writer);
        }