Example #1
0
 public void Setup()
 {
     m_View      = new TestChangesView();
     m_Model     = new TestChangesModel();
     m_MainModel = new TestMainModel();
     m_Presenter = new ChangesPresenter(m_View, m_Model, m_MainModel);
 }
Example #2
0
 public void TearDown()
 {
     m_View      = null;
     m_Model     = null;
     m_MainModel = null;
     m_Presenter = null;
 }