Skip to content

Commit 4227e74

Browse files
committed
Remove assembly assertions which have moved to FA core
1 parent 383a781 commit 4227e74

File tree

5 files changed

+0
-168
lines changed

5 files changed

+0
-168
lines changed

src/FluentAssertions.Ioc.Ninject.Tests/AssemblyAssertionTests.cs

Lines changed: 0 additions & 68 deletions
This file was deleted.

src/FluentAssertions.Ioc.Ninject.Tests/FluentAssertions.Ioc.Ninject.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
<Reference Include="System.Xml" />
5959
</ItemGroup>
6060
<ItemGroup>
61-
<Compile Include="AssemblyAssertionTests.cs" />
6261
<Compile Include="KernelAssertionTests.cs" />
6362
<Compile Include="Properties\AssemblyInfo.cs" />
6463
</ItemGroup>

src/FluentAssertions.Ioc.Ninject/AssemblyAssertions.cs

Lines changed: 0 additions & 89 deletions
This file was deleted.

src/FluentAssertions.Ioc.Ninject/AssemblyExtensions.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,5 @@ public static IEnumerable<Type> EndingWith(this IEnumerable<Type> types, string
5454
{
5555
return types.Where(x => x.Name.EndsWith(endingWith));
5656
}
57-
58-
/// <summary>
59-
/// Returns an <see cref="AssemblyAssertions"/> object that can be used to assert the
60-
/// current <see cref="Assembly"/>.
61-
/// </summary>
62-
public static AssemblyAssertions Should(this Assembly assembly)
63-
{
64-
return new AssemblyAssertions(assembly);
65-
}
6657
}
6758
}

src/FluentAssertions.Ioc.Ninject/FluentAssertions.Ioc.Ninject.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
<Reference Include="System.Xml" />
5353
</ItemGroup>
5454
<ItemGroup>
55-
<Compile Include="AssemblyAssertions.cs" />
5655
<Compile Include="AssemblyExtensions.cs" />
5756
<Compile Include="FindAssembly.cs" />
5857
<Compile Include="KernelAssertions.cs" />

0 commit comments

Comments
 (0)