Sealed classes have their specific role in software design. They are used to restrict classes from being inherited. The sealed keyword tells the compiler that the class is sealed and therefore cannot be extended.
The feature-rich capabilities of JustMock allow you to mock sealed classes and calls to their methods/properties, set expectations and verify results.