Boo.BooLangStudioSpecs.Intellisense.WhenShowingIntellisenseAtImportStatement.ExcludeExposedTypes C# (CSharp) Method

ExcludeExposedTypes() private method

private ExcludeExposedTypes ( ) : void
return void
        public void ExcludeExposedTypes()
        {
            CompiledFixtures
                .SetReferences(Assembly.LoadFrom(@"..\..\..\..\Dependencies\boo\build\Boo.Lang.dll"))
                .GetDeclarations()
                .AssertNonPresenceOf("ICallable", "IQuackFu");
        }