Exemplo n.º 1
0
 protected override void SetPageSessionContext()
 {
     base.SetPageSessionContext();
     _testEntity        = new BlastComparisonReport();
     _privateTestObject = new PrivateObject(_testEntity);
     InitializeAllControls(_testEntity);
     InitializeSessionFakes();
 }
 public void Setup()
 {
     _shims = ShimsContext.Create();
     _page  = ReflectionHelper.CreateInstance(typeof(BlastComparisonReport));
     InitializePage(_page);
 }