コード例 #1
0
        public async Task PassesLimitNotAllPass_Theory(int matches, int nonMatches, int limit, bool expected)
        {
            var result = await RuleTree.PassesLimitNotAllPass(RuleTreeMockData.TwoStringComparisons_BothMatch, 1);

            Assert.False(result);
        }