Exemple #1
0
        public void AddClearT_Call_ShouldSucceed()
        {
            OptionCollection collection = GetOptionCollection(2);

            collection.Clear <ISerializableOption>();

            collection.GetAll <ISerializableOption>()
            .ShouldBeEmpty();
        }