using System; using System.Collections.Generic; using System.Text; using UnitTestSharp; using Sunweaver.Commands; using Sunweaver.Commands.BinaryMath; using Sunweaver.Commands.Abstracts; using Sunweaver.DataPrototypes; namespace Sunweaver.UnitTests { public class ChromosomeTests : TestFixture { //Chromosome chromy; public override void TestSetup() { } } }