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

ShowSubNamespacesForPartialImport() private method

private ShowSubNamespacesForPartialImport ( ) : void
return void
        public void ShowSubNamespacesForPartialImport()
        {
            CompiledFixtures
                .SetReferences(Assembly.LoadFrom(@"..\..\..\..\Dependencies\boo\build\Boo.Lang.dll"))
                .GetDeclarations()
                .AssertPresenceOf("Lang");
        }