-
Type:
Story
-
Status: Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: 6.1.30 EE GA3, 6.2.0 CE B1
-
Fix Version/s: 6.1.X EE, 6.2.0 CE B1
-
Component/s: Dev Tools, Dev Tools > Plugins SDK
-
Labels:None
-
Branch Version/s:6.1.x
-
Backported to Branch:Committed
-
Git Pull Request:
Currently when writing tests you have to mock a lot of classes your plugin is using from portal-service such as JSONFactory, BeanPropertiesUtil and even model classes such as User. It would be much more convenient if you had access to portal-impl in your tests.