Last active
February 2, 2017 08:55
-
-
Save gasparnagy/b80d157e01b0120437cbe6a426e67558 to your computer and use it in GitHub Desktop.
Code Examples for Post "SpecFlow Tips: Baseclass or Context Injection"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class UserContext | |
{ | |
public string UserName { get; set; } | |
public string Role { get; set; } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment