Tested exception handling (#7)

This commit is contained in:
Biarity
2018-02-14 08:43:33 +10:00
parent ce4da673d9
commit b70eb3471d
6 changed files with 50 additions and 4 deletions

View File

@@ -15,5 +15,10 @@ namespace SieveUnitTests.Services
return result;
}
public IQueryable<Comment> TestComment(IQueryable<Comment> source, string op, string value)
{
return source;
}
}
}