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