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