Specify icon indicating copy to clipboard operation
Specify copied to clipboard

Specify is an opinionated .Net Core testing library that builds on top of BDDfy from TestStack

Results 7 Specify issues
Sort by recently updated
recently updated
newest added

Hi, Think this causes all tests to fail, reverting to 4.2.2 resolves it

Bumps [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/aspnet/AspNetCore) from 3.1.9 to 3.1.18. Release notes Sourced from Microsoft.AspNetCore.Authentication.JwtBearer's releases. .NET Core 3.1.18 Release .NET Core 3.1.17 Release .NET Core 3.1.16 Release .NET Core 3.1.15 Release .NET Core...

dependencies

Specify currently creates the SUT and container per scenario, but needs to do so per test case when examples are used. This causes an issue when subsequent test cases attempt...

Given code like this: ```cs public interface IFoo { string Bar { get; } } public class Foo { public virtual string Bar { get; } } public class Subject...

This is some code which demonstrates the problem described in https://github.com/mwhelan/Specify/issues/23

I want to use Specify with my Akka.Net tests. Akka tests however use a base class called TestKit so I can't use the `ScenarioFor` base classes. I did notice however...

I've encountered an issue and I'm not sure whether it's more appropriate for this project or BDDfy's. This is a cross-link of an issue submitted to BDDfy's GitHub page. TestStack/TestStack.Bddfy#239