We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e17a06d commit cda0937Copy full SHA for cda0937
README.md
@@ -14,7 +14,7 @@ TestStack.ConventionTests also will generate a convention report of the conventi
14
public void DomainHasVirtualMethodsConvention()
15
{
16
// Define some data
17
- var nHibernateEntities = Tpes.InAssemblyOf<SampleDomainClass>()
+ var nHibernateEntities = Types.InAssemblyOf<SampleDomainClass>()
18
.ConcreteTypes().InNamespace(typeof (SampleDomainClass).Namespace)
19
.ToTypes("nHibernate Entitites");
20
0 commit comments