Quantcast
Channel: Fluent Assertions
Viewing all articles
Browse latest Browse all 1402

Edited Unassigned: Unit Testing with a DbScripts Project [12497]

$
0
0
I am using VS2013

I have added a UnitTest project that executes the following assertions: (Succesfull)
```
Assert.IsNotNull(drivers);
Assert.AreEqual(recordsExpected, drivers.Count);
```

When I add the FluentAssertions and replace my assertions: (fails because it tries to debug my dbScripts Project) See attached image.
```
drivers.Should().NotBeNull();
drivers.Count.Should().Be(recordsExpected);

```

How do I configure FluentAssertions to ignore my dbScripts projects?


Regards,
Angel L. Bermudez, Jr.


Viewing all articles
Browse latest Browse all 1402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>