You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repro contains the Fluent Assertions extensions for Ninject. It is maintained by [@kevinkuszyk](https://github.com/kevinkuszyk).
6
+
7
+
## Why?
8
8
9
9
To test Ninject mappings using the [conventions extension](https://github.com/ninject/ninject.extensions.conventions) (or setup manually) are resolving. Instead of finding out at runtime that your app won't run, you'll have a failing unit test instead.
10
10
@@ -24,22 +24,18 @@ public void Services_can_be_resolved_with_a_single_instance()
24
24
}
25
25
````
26
26
27
-
Installing
28
-
==========
27
+
## Installing
29
28
30
29
Please install the NuGet package:
31
30
32
31
````
33
32
PM> Install-Package FluentAssertions.Ioc.Ninject
34
33
````
35
34
36
-
Documentation
37
-
=============
38
-
39
-
Please see the [sample tests](https://github.com/kevinkuszyk/FluentAssertions.Ioc.Ninject/blob/master/src/FluentAssertions.Ioc.Ninject.SampleTests/IocTests.cs)
35
+
## Documentation
40
36
41
-
Continuous Integration
42
-
======================
37
+
Please see the [sample tests](https://github.com/FluentAssertions/FluentAssertions.Ioc.Ninject/blob/master/src/FluentAssertions.Ioc.Ninject.SampleTests/IocTests.cs)
0 commit comments