AJHopper

Results 4 comments of AJHopper

Fairly late reply, but in case you havent figured it out - or others run into the issue, this sounds like a permissions issues on the database - we had...

@nemesv is this still being looked into? Just wondering as being able to have base steps and inheritance is great, but the loss of any form of highlighting etc is...

@Socolin ``` [Binding] public sealed class CalculatorStepDefinitions : StepDefinitionsInherit { // For additional details on SpecFlow step definitions see https://go.specflow.org/doc-stepdef [Given("the first number is (.*)")] public void GivenTheFirstNumberIs(int number) {...

> What happen if 2 class implements the `StepDefinitionsInherit` ? (I suppose it's where the `Scope` attribute is useful but I would like a confirmation) Yes, it is using Scope...