Is there any way to make pex work when the classes under test are internal? how about sealed classes?
I mean after all this type of tool is really good for API testing,
Give the test assembly internal visibility through the InternalsVisibleToAttribute. Pex will then be able to 'see' internal types and test them.