Ejemplo n.º 1
0
        public void Setup()
        {
            ClassUnderTest = new KnotHash();

            Values = new ImportantValues
            {
                CurrentPosition = 0,
                SkipSize        = 0,
                MarkList        = ClassUnderTest.GenerateList()
            };
        }