Free cookie consent management tool by TermsFeed Policy Generator

Changeset 13676


Ignore:
Timestamp:
03/10/16 09:15:37 (8 years ago)
Author:
pfleck
Message:

#2557: Renamed test method and added an additional description.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Tests/HeuristicLab-3.3/CollectObjectGraphTest.cs

    r13510 r13676  
    4444
    4545    [TestMethod]
     46    [Description("Verify that the object graph traversal is working by checking the number of objects after traversal.")]
    4647    [TestCategory("General")]
    4748    [TestCategory("Essential")]
    4849    [TestProperty("Time", "medium")]
    49     public void TestCount() {
     50    public void TestObjectGraphTraversal() {
    5051      GeneticAlgorithm ga = (GeneticAlgorithm)XmlParser.Deserialize(@"Test Resources\GA_SymbReg.hl");
    5152      var objects = ga.GetObjectGraphObjects().ToList();
Note: See TracChangeset for help on using the changeset viewer.