Example #1
0
 public void SetUp()
 {
     theSession = SessionUtilities.CreateEmptySession();
     theManager = new StubManager();
     theAdapter = new ClarifySessionAdapter(theSession, theManager);
 }
 public void SetUp()
 {
     theSession = SessionUtilities.CreateEmptySession();
     theManager = new StubManager();
     theAdapter = new ClarifySessionAdapter(theSession, theManager);
 }