예제 #1
0
        public void Randomize()
        {
            NewModel();

            _model.Randomize();
            IsValid();
            Assert.IsTrue(_context.ParticipantsChanged);
        }