Skip to content

Instantly share code, notes, and snippets.

@djangofan
Created June 4, 2012 00:08
Show Gist options
  • Save djangofan/2865534 to your computer and use it in GitHub Desktop.
Save djangofan/2865534 to your computer and use it in GitHub Desktop.
Load a DataProvider from another class using TestNG
@Test(groups = {"all"}, dataProvider = "DPMethodAlias", dataProviderClass = DataProviders.class)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment