- Timestamp:
- 08/20/13 17:03:31 (11 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 9764-9775,9777-9778,9782-9786,9792,9803,9806-9807,9810
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Tests
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Tests merged: 9764-9775,9777-9778,9782-9786,9792,9803,9806
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Tests/HeuristicLab-3.3/ContentViewTests.cs
r9456 r9885 28 28 using Microsoft.VisualStudio.TestTools.UnitTesting; 29 29 30 namespace HeuristicLab _33.Tests {30 namespace HeuristicLab.Tests { 31 31 [TestClass] 32 32 public class ContentViewTests { 33 33 public ContentViewTests() { 34 }35 36 private TestContext testContextInstance;37 38 /// <summary>39 ///Gets or sets the test context which provides40 ///information about and functionality for the current test run.41 ///</summary>42 public TestContext TestContext {43 get {44 return testContextInstance;45 }46 set {47 testContextInstance = value;48 }49 34 } 50 35 … … 57 42 58 43 [TestMethod] 44 [TestCategory("General")] 45 [TestCategory("Essential")] 46 [TestProperty("Time", "long")] 59 47 public void ContentViewAttributeTest() { 60 48 //get all non-generic and instantiable classes which implement IContentView
Note: See TracChangeset
for help on using the changeset viewer.