Пример #1
0
        public void TestAddFeature()
        {
            _controller.AddFeature(new FlyingFeature());

            _controller.SelectedFeatures.Items.Should().BeEquivalentTo(new FlyingFeature());
        }