Skip to content

Instantly share code, notes, and snippets.

@zdwolfe
Last active August 29, 2015 14:25
Show Gist options
  • Save zdwolfe/0a505e4f903a87c5b6f6 to your computer and use it in GitHub Desktop.
Save zdwolfe/0a505e4f903a87c5b6f6 to your computer and use it in GitHub Desktop.
DataProvider Example
@DataProvider(name = "myTestData")
public Object[][] mytestData() {
return new Object[][] {
{ "Blue", "Fedora") },
{ "Red", "BaseballCap"},
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment