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/8d7fdb405814741bf7a7c8f52a112973 to your computer and use it in GitHub Desktop.
Save angelovstanton/8d7fdb405814741bf7a7c8f52a112973 to your computer and use it in GitHub Desktop.
[Binding]
public class ConvertMetricsForNuclearScienceSteps
{
[When]
public void WhenINavigateToMetricConversions()
{
ScenarioContext.Current.Pending();
}
[When]
public void WhenNavigateToEnergyAndPowerSection()
{
ScenarioContext.Current.Pending();
}
[When]
public void WhenNavigateToKilowattHours()
{
ScenarioContext.Current.Pending();
}
[When]
public void WhenChooseConversionsToNewtonMeters()
{
ScenarioContext.Current.Pending();
}
[When]
public void WhenType_P0_KWh(int p0)
{
ScenarioContext.Current.Pending();
}
[Then]
public void ThenAssertThat_P0_NmAreDisplayedAsAnswer(string p0)
{
ScenarioContext.Current.Pending();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment