Exemple #1
0
 void SetFoldsToReturnFromFoldParserForHtml(NewFolding[] expectedFolds, string html)
 {
     fakeFoldParser.Stub(parser => parser.GetFolds(html))
     .Return(expectedFolds);
 }