|
| 1 | + |
| 2 | +# Types |
| 3 | + |
| 4 | + * [FromFile](#FromFile) |
| 5 | + * [FromPath](#FromPath) |
| 6 | + * [GetTypes](#GetTypes) |
| 7 | + * [InAssemblies](#InAssemblies) |
| 8 | + * [InAssembly](#InAssembly) |
| 9 | + * [InCurrentDomain](#InCurrentDomain) |
| 10 | + * [Should](#Should) |
| 11 | + * [ShouldNot](#ShouldNot) |
| 12 | + * [Slice](#Slice) |
| 13 | + * [That](#That) |
| 14 | + |
| 15 | +# Predicate |
| 16 | + |
| 17 | + * [AreAbstract](#AreAbstract) |
| 18 | + * [AreClasses](#AreClasses) |
| 19 | + * [AreGeneric](#AreGeneric) |
| 20 | + * [AreImmutable](#AreImmutable) |
| 21 | + * [AreInterfaces](#AreInterfaces) |
| 22 | + * [AreMutable](#AreMutable) |
| 23 | + * [AreNested](#AreNested) |
| 24 | + * [AreNestedPrivate](#AreNestedPrivate) |
| 25 | + * [AreNestedPublic](#AreNestedPublic) |
| 26 | + * [AreNotAbstract](#AreNotAbstract) |
| 27 | + * [AreNotClasses](#AreNotClasses) |
| 28 | + * [AreNotGeneric](#AreNotGeneric) |
| 29 | + * [AreNotInterfaces](#AreNotInterfaces) |
| 30 | + * [AreNotNested](#AreNotNested) |
| 31 | + * [AreNotNestedPrivate](#AreNotNestedPrivate) |
| 32 | + * [AreNotNestedPublic](#AreNotNestedPublic) |
| 33 | + * [AreNotPublic](#AreNotPublic) |
| 34 | + * [AreNotSealed](#AreNotSealed) |
| 35 | + * [AreNotStatic](#AreNotStatic) |
| 36 | + * [ArePublic](#ArePublic) |
| 37 | + * [AreSealed](#AreSealed) |
| 38 | + * [AreStatic](#AreStatic) |
| 39 | + * [DoNotHaveCustomAttribute](#DoNotHaveCustomAttribute) |
| 40 | + * [DoNotHaveCustomAttributeOrInherit](#DoNotHaveCustomAttributeOrInherit) |
| 41 | + * [DoNotHaveDependencyOnAll](#DoNotHaveDependencyOnAll) |
| 42 | + * [DoNotHaveDependencyOnAny](#DoNotHaveDependencyOnAny) |
| 43 | + * [DoNotHaveName](#DoNotHaveName) |
| 44 | + * [DoNotHaveNameEndingWith](#DoNotHaveNameEndingWith) |
| 45 | + * [DoNotHaveNameEndingWith](#DoNotHaveNameEndingWith) |
| 46 | + * [DoNotHaveNameMatching](#DoNotHaveNameMatching) |
| 47 | + * [DoNotHaveNameStartingWith](#DoNotHaveNameStartingWith) |
| 48 | + * [DoNotHaveNameStartingWith](#DoNotHaveNameStartingWith) |
| 49 | + * [DoNotImplementInterface](#DoNotImplementInterface) |
| 50 | + * [DoNotInherit](#DoNotInherit) |
| 51 | + * [DoNotResideInNamespace](#DoNotResideInNamespace) |
| 52 | + * [DoNotResideInNamespaceContaining](#DoNotResideInNamespaceContaining) |
| 53 | + * [DoNotResideInNamespaceEndingWith](#DoNotResideInNamespaceEndingWith) |
| 54 | + * [DoNotResideInNamespaceMatching](#DoNotResideInNamespaceMatching) |
| 55 | + * [DoNotResideInNamespaceStartingWith](#DoNotResideInNamespaceStartingWith) |
| 56 | + * [HaveCustomAttribute](#HaveCustomAttribute) |
| 57 | + * [HaveCustomAttributeOrInherit](#HaveCustomAttributeOrInherit) |
| 58 | + * [HaveDependencyOnAll](#HaveDependencyOnAll) |
| 59 | + * [HaveDependencyOnAny](#HaveDependencyOnAny) |
| 60 | + * [HaveDependencyOtherThan](#HaveDependencyOtherThan) |
| 61 | + * [HaveName](#HaveName) |
| 62 | + * [HaveNameEndingWith](#HaveNameEndingWith) |
| 63 | + * [HaveNameEndingWith](#HaveNameEndingWith) |
| 64 | + * [HaveNameMatching](#HaveNameMatching) |
| 65 | + * [HaveNameStartingWith](#HaveNameStartingWith) |
| 66 | + * [HaveNameStartingWith](#HaveNameStartingWith) |
| 67 | + * [HaveSomeNonNullableMembers](#HaveSomeNonNullableMembers) |
| 68 | + * [ImplementInterface](#ImplementInterface) |
| 69 | + * [Inherit](#Inherit) |
| 70 | + * [MeetCustomRule](#MeetCustomRule) |
| 71 | + * [OnlyHaveDependencyOn](#OnlyHaveDependencyOn) |
| 72 | + * [OnlyHaveNullableMembers](#OnlyHaveNullableMembers) |
| 73 | + * [ResideInNamespace](#ResideInNamespace) |
| 74 | + * [ResideInNamespaceContaining](#ResideInNamespaceContaining) |
| 75 | + * [ResideInNamespaceEndingWith](#ResideInNamespaceEndingWith) |
| 76 | + * [ResideInNamespaceMatching](#ResideInNamespaceMatching) |
| 77 | + * [ResideInNamespaceStartingWith](#ResideInNamespaceStartingWith) |
| 78 | + |
| 79 | +# PredicateList |
| 80 | + |
| 81 | + * [And](#And) |
| 82 | + * [GetTypes](#GetTypes) |
| 83 | + * [Or](#Or) |
| 84 | + * [Should](#Should) |
| 85 | + * [ShouldNot](#ShouldNot) |
| 86 | + * [Slice](#Slice) |
| 87 | + |
| 88 | +# Condition |
| 89 | + |
| 90 | + * [BeAbstract](#BeAbstract) |
| 91 | + * [BeClasses](#BeClasses) |
| 92 | + * [BeGeneric](#BeGeneric) |
| 93 | + * [BeImmutable](#BeImmutable) |
| 94 | + * [BeInterfaces](#BeInterfaces) |
| 95 | + * [BeMutable](#BeMutable) |
| 96 | + * [BeNested](#BeNested) |
| 97 | + * [BeNestedPrivate](#BeNestedPrivate) |
| 98 | + * [BeNestedPublic](#BeNestedPublic) |
| 99 | + * [BePublic](#BePublic) |
| 100 | + * [BeSealed](#BeSealed) |
| 101 | + * [BeStatic](#BeStatic) |
| 102 | + * [HaveCustomAttribute](#HaveCustomAttribute) |
| 103 | + * [HaveCustomAttributeOrInherit](#HaveCustomAttributeOrInherit) |
| 104 | + * [HaveDependencyOnAll](#HaveDependencyOnAll) |
| 105 | + * [HaveDependencyOnAny](#HaveDependencyOnAny) |
| 106 | + * [HaveDependencyOtherThan](#HaveDependencyOtherThan) |
| 107 | + * [HaveName](#HaveName) |
| 108 | + * [HaveNameEndingWith](#HaveNameEndingWith) |
| 109 | + * [HaveNameEndingWith](#HaveNameEndingWith) |
| 110 | + * [HaveNameMatching](#HaveNameMatching) |
| 111 | + * [HaveNameStartingWith](#HaveNameStartingWith) |
| 112 | + * [HaveNameStartingWith](#HaveNameStartingWith) |
| 113 | + * [HaveSomeNonNullableMembers](#HaveSomeNonNullableMembers) |
| 114 | + * [ImplementInterface](#ImplementInterface) |
| 115 | + * [Inherit](#Inherit) |
| 116 | + * [MeetCustomRule](#MeetCustomRule) |
| 117 | + * [NotBeAbstract](#NotBeAbstract) |
| 118 | + * [NotBeClasses](#NotBeClasses) |
| 119 | + * [NotBeGeneric](#NotBeGeneric) |
| 120 | + * [NotBeInterfaces](#NotBeInterfaces) |
| 121 | + * [NotBeNested](#NotBeNested) |
| 122 | + * [NotBeNestedPrivate](#NotBeNestedPrivate) |
| 123 | + * [NotBeNestedPublic](#NotBeNestedPublic) |
| 124 | + * [NotBePublic](#NotBePublic) |
| 125 | + * [NotBeSealed](#NotBeSealed) |
| 126 | + * [NotBeStatic](#NotBeStatic) |
| 127 | + * [NotHaveCustomAttribute](#NotHaveCustomAttribute) |
| 128 | + * [NotHaveCustomAttributeOrInherit](#NotHaveCustomAttributeOrInherit) |
| 129 | + * [NotHaveDependencyOnAll](#NotHaveDependencyOnAll) |
| 130 | + * [NotHaveDependencyOnAny](#NotHaveDependencyOnAny) |
| 131 | + * [NotHaveName](#NotHaveName) |
| 132 | + * [NotHaveNameEndingWith](#NotHaveNameEndingWith) |
| 133 | + * [NotHaveNameEndingWith](#NotHaveNameEndingWith) |
| 134 | + * [NotHaveNameMatching](#NotHaveNameMatching) |
| 135 | + * [NotHaveNameStartingWith](#NotHaveNameStartingWith) |
| 136 | + * [NotHaveNameStartingWith](#NotHaveNameStartingWith) |
| 137 | + * [NotImplementInterface](#NotImplementInterface) |
| 138 | + * [NotInherit](#NotInherit) |
| 139 | + * [NotResideInNamespace](#NotResideInNamespace) |
| 140 | + * [NotResideInNamespaceContaining](#NotResideInNamespaceContaining) |
| 141 | + * [NotResideInNamespaceEndingWith](#NotResideInNamespaceEndingWith) |
| 142 | + * [NotResideInNamespaceMatching](#NotResideInNamespaceMatching) |
| 143 | + * [NotResideInNamespaceStartingWith](#NotResideInNamespaceStartingWith) |
| 144 | + * [OnlyHaveDependencyOn](#OnlyHaveDependencyOn) |
| 145 | + * [OnlyHaveNullableMembers](#OnlyHaveNullableMembers) |
| 146 | + * [ResideInNamespace](#ResideInNamespace) |
| 147 | + * [ResideInNamespaceContaining](#ResideInNamespaceContaining) |
| 148 | + * [ResideInNamespaceEndingWith](#ResideInNamespaceEndingWith) |
| 149 | + * [ResideInNamespaceMatching](#ResideInNamespaceMatching) |
| 150 | + * [ResideInNamespaceStartingWith](#ResideInNamespaceStartingWith) |
| 151 | + |
| 152 | +# ConditionList |
| 153 | + |
| 154 | + * [And](#And) |
| 155 | + * [GetResult](#GetResult) |
| 156 | + * [GetTypes](#GetTypes) |
| 157 | + * [Or](#Or) |
| 158 | + |
| 159 | +# TestResult |
| 160 | + |
| 161 | + * [FailingTypes](#FailingTypes) |
| 162 | + * [IsSuccessful](#IsSuccessful) |
| 163 | + |
| 164 | +# IType |
| 165 | + |
| 166 | + * [FullName](#FullName) |
| 167 | + * [Name](#Name) |
| 168 | + * [ReflectionType](#ReflectionType) |
| 169 | + |
0 commit comments