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.
2 parents e17a06d + cda0937 commit a71e71eCopy full SHA for a71e71e
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