using System; using System.Collections.Generic; using System.Text; using UnitTestSharp; using DNAModule.Sunweaver.DataPrototypes; using DNAModule.Sunweaver.Commands.Abstracts; namespace DNAModule.Sunweaver.UnitTests { class CodulePointMutationTests : TestFixture { public override void TestSetup() { int length = 10; c = new Codule(); d = new Codule(); for(int i=0; i