Пример #1
0
        public void GherkinKeywordShouldBe(string lang, string expected)
        {
            var sut = new FeatureBuilder(Internationalization.For(lang), string.Empty);

            sut.Keyword.Syntax.Should().Be(GherkinKeyword.Feature);
            sut.Keyword.Localised.Should().Be(expected);
        }