init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using FluentAssertions;
|
||||
using NetArchTest.Rules;
|
||||
|
||||
namespace Mccn.ArchitectureTests.Abstractions;
|
||||
|
||||
internal static class TestResultExtensions
|
||||
{
|
||||
internal static void ShouldBeSuccessful(this TestResult testResult)
|
||||
{
|
||||
testResult.FailingTypes?.Should().BeEmpty();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user