seblucas/cops-html-ui

View on GitHub
protractor/mock/jsongenerator.txt

Summary

Maintainability
Test Coverage
[
  {
    'repeat:97': {
      id: '{{index()}}',
      __name: {
        first: '{{firstName()}}',
        last: '{{surname()}}'
      },
      name: function () {
        return this.__name.first + ' ' + this.__name.last;
      },
      sort: function () {
        return this.__name.last + ', ' + this.__name.first;
      },
      count: '{{integer(1, 60)}}'
    }
  }
]