namespace HeuristicLab.Tests.Components { using Microsoft.VisualStudio.TestTools.UnitTesting; public class LexicaseTests { [TestMethod] [TestCategory("Problem")] [TestProperty("Time", "short")] public void TestLexicase() { // how to test this? //var selected = LexicaseSelector.Apply() } } }