Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save marcusoftnet/2769095 to your computer and use it in GitHub Desktop.
Fluent1
[TestFixture]
public class ExampleTestClass : FluentAutomation.API.FluentTest
{
[Test]
public void Test()
{
I.Open("http://www.google.com/");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment