Esempio n. 1
0
 public void Setup()
 {
     sb   = new StringWriter();
     map  = new Dictionary <Address, Procedure>();
     hcf  = new HtmlCodeFormatter(sb, map);
     arch = new Mock <IProcessorArchitecture>();
 }
Esempio n. 2
0
 public void Setup()
 {
     sb   = new StringWriter();
     map  = new Dictionary <Address, Procedure>();
     hcf  = new HtmlCodeFormatter(sb, map);
     arch = MockRepository.GenerateStub <IProcessorArchitecture>();
     arch.Replay();
 }
Esempio n. 3
0
 public void Setup()
 {
     sb  = new StringWriter();
     map = new Dictionary <Address, Procedure>();
     hcf = new HtmlCodeFormatter(sb, map);
 }
Esempio n. 4
0
 public void Setup()
 {
     sb = new StringWriter();
     map = new Dictionary<Address,Procedure>();
     hcf = new HtmlCodeFormatter(sb, map);
 }