Matthew
Matthew

Reputation: 2280

What is with NHibernate.DomainModel

Sorry if this question belongs somewhere else.

I am going through the source for NHibernate and there is a project called NHibernate.DomainModel with a bunch of seemingly useless classes.

What are those for? They don't appear to be used by NHibernate except for the other classes in that project and in the unit tests written for them.

Upvotes: 0

Views: 75

Answers (1)

Diego Mijelshon
Diego Mijelshon

Reputation: 52725

They are used for unit testing. You need a domain to test NHibernate features on.

Upvotes: 1

Related Questions