Skip to content

Instantly share code, notes, and snippets.

@marcusoftnet
Created May 22, 2012 13:51
Show Gist options
  • Select an option

  • Save marcusoftnet/2769216 to your computer and use it in GitHub Desktop.

Select an option

Save marcusoftnet/2769216 to your computer and use it in GitHub Desktop.
Fluent8
[Binding]
public class SpecFlowEvents
{
[AfterScenario]
public void AfterScenario() { DBWrapper.EmptyAllTestData(); }
[AfterTestRun]
public static void AfterTestRun() { PageWrapperBase.Browser.Finish(); }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment