コード例 #1
0
 public void setup()
 {
     _handler = new get_Id_handler(null, null);
     _report = new DebugReport(null, null);
     _model = getModel();
 }
コード例 #2
0
ファイル: DebugReportTester.cs プロジェクト: ketiko/fubumvc
 public void SetUp()
 {
     report = new DebugReport(null, null);
     inner = new FakeBehavior();
 }