Skip to content

Instantly share code, notes, and snippets.

@angelovstanton
Created October 2, 2016 16:28
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 angelovstanton/d270a3bf2ff87eafd49851e2b8262e34 to your computer and use it in GitHub Desktop.
Save angelovstanton/d270a3bf2ff87eafd49851e2b8262e34 to your computer and use it in GitHub Desktop.
public interface ITestExecutionEngine : IDisposable
{
bool IsSelected(MemberInfo memberInfo);
void RegisterDependencies(Browsers executionBrowserType);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment