Tinytest.add('remote-collections-provider - methods - get all methods working', function (test) {
    RemoteCollectionsProvider.clear(true);

    addMethod(test, methodName, methodFct, true)
    testAllAddedEntries(test, RemoteCollectionsProvider.getAllMethodNames(), 1);