I used NHibernate 2.1.2 and FluentNhibernate 1.1, database SQLITE In Memory (For unit testing purposes). Purposes of interceptor is to make proxy object returned by create criteria. I think i already register the interceptor to configuration correctly. but create criteria only return the naked object not proxied at all. I tried to put a breakpoint on the interceptor Instantiate method but process didn't stop there.
So my question:
How to know weather my interceptor is already setup correctly or not. Maybe can it be done using log? but i having problem to using configuration in visual studio unit testing.
Best Regards