OutlineFile() 공개 정적인 메소드

public static OutlineFile ( IEditorShell editorShell, EditorTestFilesFixture fixture, string name ) : void
editorShell IEditorShell
fixture EditorTestFilesFixture
name string
리턴 void
예제 #1
0
        public void RRegionBuilder_OutlineFile01()
        {
            Action a = () => OutlineTest.OutlineFile(_testFiles, "01.r");

            a.ShouldNotThrow();
        }
예제 #2
0
        public void OutlineFile(string name)
        {
            Action a = () => OutlineTest.OutlineFile(_services, _testFiles, name);

            a.ShouldNotThrow();
        }
예제 #3
0
        public void OutlineFile(string name)
        {
            Action a = () => OutlineTest.OutlineFile(_editorShell, _testFiles, name);

            a.ShouldNotThrow();
        }