Exemple #1
0
        public void Constructor_WithoutParameters_Call_LetterSimpleSetFactory_GetDefault_WithoutParameters()
        {
            var PolyMorphSet = new HybridSet <string>();

            _LetterSimpleSetFactory.Received(1).GetDefault <string>();
        }