Porting Issues: CompositeUI Unit Tests

Generic Support

We had to remove support for generic events/delegates. Here are the unit tests that we commented out:

  • CanRegisterGenericEventHandlerSignatures

  • SubscriberHandlesGenericEvent

  • GenericSubscribersCanBeUsed

Threading Support

We commented out the following unit tests because we don't currently support different threads:

  • RunInUserInterfaceThread

  • RunInUserInterfaceThreadExceptionsAreReported

Unit Tests

We had to remove the the following:

  • ModuleLoaderServiceFixture -- because it uses the compiler, which isn't availalbe on the Pocket PC.
  • SmartPartInfoFixture -- this tests some of the designer functionality, which isn't present in the CF assembly.