コード例 #1
0
        public void Clear_on_a_configured_provider_removes_all_suggestions()
        {
            const string root = "t";

            ConfigureProvider();

            autoComplete.Clear();

            ExpectEmpty(root);
        }