Esempio n. 1
0
 public void CreateCommonObjects()
 {
     _sequence       = string.Empty;
     _spec           = new TestRun(new AllTestsCriterion());
     _listener       = new SimpleTestListener();
     _methodSequence = string.Empty;
     _tc             = new TestFixture(typeof(ClassWithAttributes));
 }
Esempio n. 2
0
// ReSharper disable UnusedMember.Global
      public void SetUp() {
// ReSharper restore UnusedMember.Global
         _sequence = string.Empty;
         _listener = new SimpleTestListener();
         _methodSequence = string.Empty;
         _tc = new TestFixture(typeof(ClassWithCategories));
         RecipeFactory.Type = RecipeFactory.Default;
      }
Esempio n. 3
0
// ReSharper disable UnusedMember.Global
        public void SetUp()
        {
// ReSharper restore UnusedMember.Global
            _sequence          = string.Empty;
            _listener          = new SimpleTestListener();
            _methodSequence    = string.Empty;
            _tc                = new TestFixture(typeof(ClassWithCategories));
            RecipeFactory.Type = RecipeFactory.Default;
        }
Esempio n. 4
0
 public void CreateCommonObjects()
 {
     _sequence = string.Empty;
     _listener = new SimpleTestListener();
 }
Esempio n. 5
0
 public void CreateCommonObjects() {
    _sequence = string.Empty;
    _listener = new SimpleTestListener();
 }
Esempio n. 6
0
 public void CreateCommonObjects() {
    _sequence = string.Empty;
    _spec = new TestRun(new AllTestsCriterion());
    _listener = new SimpleTestListener();
    _methodSequence = string.Empty;
    _tc = new TestFixture(typeof(ClassWithAttributes));
 }