| Name | Description | Type | Package | Framework |
| IdGenerator | The purpose of the IdGenerator is to generate ID's based on the system time. | Class | demo.org.powermock.examples.tutorial.staticmocking.impl | PowerMock |
| ServiceRegistrator | An OSGi-ish implementation of the IServiceRegistrator interface. | Class | demo.org.powermock.examples.tutorial.staticmocking.impl | PowerMock |
| ServiceRegistratorWithoutPowerMock | This refactored implementation demonstrate how one could test the ServiceRegistrator class without using PowerMock. | Class | demo.org.powermock.examples.tutorial.staticmocking.impl.withoutpowermock | PowerMock |