예제 #1
0
 public ConsoleReporter()
 {
     this.sb      = new StringBuilder();
     this.visitor = new StringBuilderVisitor(sb);
 }
예제 #2
0
		public ConsoleReporter()
		{
			this.sb = new StringBuilder();
			this.visitor = new StringBuilderVisitor(sb);
		}