예제 #1
0
        static TestingContext()
        {
            var fixture = new StoryTeller.Samples.Fixtures.SentenceFixture();

            Library = FixtureLibrary.CreateForAppDomain(new GrammarSystem().Start());
        }
예제 #2
0
 static TestingContext()
 {
     var fixture = new StoryTeller.Samples.Fixtures.SentenceFixture();
     _library = FixtureLibrary.CreateForAppDomain(new GrammarSystem().Start());
 }