Base solution for your next web application
Open Closed

Mocking AbpServiceProxies #73


User avatar
0
jaq316 created

I'm stuck trying to unit test my AngularJS controllers and I have no idea how to mock the AbpServiceProxies that are auto generated by Abp. Any pointers?


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    I've no experience on AngularJs testing. But this js proxies are not special. See generated source code on chrome dev tools, you will understand that they are just basic $http calls.