Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Message: System.AggregateException : One or more errors occurred. (Class fixture type
  2. 'MyFixture' had one or more unresolved
  3. constructor arguments: IDatabase database) (The following constructor parameters did
  4. not have matching fixture data: MyFixture fixture)
  5.  
  6. private readonly IDatabase _database;
  7.  
  8. public MyFixture(IDatabase database)
  9. {
  10. _database = database ;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement