SIL.FieldWorks.IText.AddWordsToLexiconTests.TestSetup C# (CSharp) Method

TestSetup() private method

private TestSetup ( ) : void
return void
		public override void TestSetup()
		{
			base.TestSetup();
			InterlinLineChoices lineChoices = InterlinLineChoices.DefaultChoices(Cache.LangProject,
																				 Cache.DefaultVernWs,
																				 Cache.DefaultAnalWs,
																				 InterlinLineChoices.InterlinMode.
																					 GlossAddWordsToLexicon);
			m_sandbox = new SandboxForTests(Cache, lineChoices);
		}