Skip to content

Commit 868137b

Browse files
authored
Update README.md
1 parent 75f41cc commit 868137b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
[![Xunit.Microsoft.DependencyInjection on fuget.org](https://www.fuget.org/packages/Xunit.Microsoft.DependencyInjection/badge.svg)](https://www.fuget.org/packages/Xunit.Microsoft.DependencyInjection)
55

66
# Xunit Dependency Injection framework
7-
Xunit does not come with any built-in dependency injection features, therefore developers have to come up with a solution to recruit their favourite dependency injection framework in their tests.
7+
Xunit does not support any built-in dependency injection features, therefore developers have to come up with a solution to recruit their favourite dependency injection framework in their tests.
88

9-
This library brings in Microsoft's dependency injection container to Xunit scope by leveraging Xunit fixtures.
9+
This library brings in Microsoft's dependency injection container to Xunit by leveraging Xunit's fixture.
1010

1111
## Getting started
1212

@@ -49,7 +49,7 @@ Also, the test class should be decorated by the following attribute:
4949
```
5050

5151
## Running tests in order
52-
The library has a bonus feature that simplifies running tests in order. The test class does not have to be derived from ```TestBed<T>``` class though and it can apply to all Xunit classes.
52+
The library also has a bonus feature that simplifies running tests in order. The test class does not have to be derived from ```TestBed<T>``` class though and it can apply to all Xunit classes.
5353

5454
Decorate your Xunit test class with the following attribute and associate ```TestOrder(...)``` with ```Fact``` and ```Theory```:
5555

0 commit comments

Comments
 (0)