Beispiel #1
0
 public void SetupTest()
 {
     SD.InitializeForUnitTests();
     textEditor = new MockTextEditor();
 }
		public void SetupTest()
		{
			SD.InitializeForUnitTests();
			textEditor = new MockTextEditor();
		}
Beispiel #3
0
 public void SetupTest()
 {
     this.textEditor = new MockTextEditor();
 }
		public void SetupTest()
		{
			this.textEditor = new MockTextEditor();
		}