Skip to content

Instantly share code, notes, and snippets.

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/918e2ceed64944e4c48043b2b9a9b5d4 to your computer and use it in GitHub Desktop.
Save angelovstanton/918e2ceed64944e4c48043b2b9a9b5d4 to your computer and use it in GitHub Desktop.
[Binding]
public class ConvertMetricsForNuclearScienceStepsMethodUnderscrores
{
[When]
public void When_I_navigate_to_Metric_Conversions()
{
ScenarioContext.Current.Pending();
}
[When]
public void When_navigate_to_Energy_and_power_section()
{
ScenarioContext.Current.Pending();
}
[When]
public void When_navigate_to_Kilowatt_hours()
{
ScenarioContext.Current.Pending();
}
[When]
public void When_choose_conversions_to_Newton_meters()
{
ScenarioContext.Current.Pending();
}
[When]
public void When_type_P0_kWh(int p0)
{
ScenarioContext.Current.Pending();
}
[Then]
public void Then_assert_that_P0_Nm_are_displayed_as_answer(string p1)
{
ScenarioContext.Current.Pending();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment