Ejemplo n.º 1
0
        public void FindAllPermutations()
        {
            var equationFinder = new EquationFinder(_permutator);

            equationFinder.FindAllFor(50);

            _permutator.Received(1).FindAll();
        }