thats so awsome
i like the floating "we catch your bugs" note in the background too
Nikolai and Peli,Very interesting technology - looking forward to v1.0 and a 64-bit version. Speaking of 64-bit, when will you release a beta that supports that version of the framework?
Good news: we are working on a WOW64 version of Pex (support for exploring 32-bit .net processes on 64-bit).
Pex actually supports generic unit tests: add generic arguments to the unit test and specify the instanciation types using 'PexUseGenericArgumentsAttribute':
[PexMethod] [PexUseGenericArguments(typeof(int))] public void AddItem(List<T> target, T item) { ... }