Skip to content

Instantly share code, notes, and snippets.

@executeautomation
Created September 5, 2021 10:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save executeautomation/beb4a226d0851cf5a6ebcde105f0e40e to your computer and use it in GitHub Desktop.
Save executeautomation/beb4a226d0851cf5a6ebcde105f0e40e to your computer and use it in GitHub Desktop.
public static IEnumerable<object[]> Data => new List<object[]>
{
new object[]
{
"Karthik",
"kartPassword",
"kartPassword",
"karthik@gmail.com"
},
new object[]
{
"Prashanth",
"PrasPassword",
"PrasPassword",
"Prashanth@gmail.com"
},
new object[]
{
"James",
"JamesPassword",
"JamesPassword",
"james@gmail.com"
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment