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
Copy file name to clipboardExpand all lines: clu-getstart.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -94,10 +94,10 @@ Testing will consist of scenario tests and unit tests. Scenario tests should be
94
94
- The ```Commands.Common.ScenarioTest``` project contains classes that enable executing bash scenario tests in Visual Studio, or cross-platform using dnx.
95
95
96
96
- To implement an xunit bash scenario test you must
97
-
- Add a ```[TestCollection("SampleTestCollection")]``` attribute to your test class
97
+
- Add a ```[Collection("SampleCollection")]``` attribute to your test class
98
98
- Add a field to your class of type ```ScenarioTestFixture``` and add a constructor that initializes it
0 commit comments