1 instantiation of AssemblyAssertions
Microsoft.NET.TestFramework (1)
Assertions\FileInfoExtensions.cs (1)
15return new AssemblyAssertions(file);
7 references to AssemblyAssertions
Microsoft.NET.TestFramework (7)
Assertions\AssemblyAssertions.cs (6)
21public AndConstraint<AssemblyAssertions> ContainType(string expectedType) 26return new AndConstraint<AssemblyAssertions>(this); 29public AndConstraint<AssemblyAssertions> NotContainType(string expectedType) 34return new AndConstraint<AssemblyAssertions>(this); 37public AndConstraint<AssemblyAssertions> HaveAttribute(string expectedAttribute) 42return new AndConstraint<AssemblyAssertions>(this);
Assertions\FileInfoExtensions.cs (1)
13public static AssemblyAssertions AssemblyShould(this FileInfo file)