Class SwaggerPaths

java.lang.Object
org.alfresco.rest.core.swagger.SwaggerPaths

public class SwaggerPaths extends Object
Handles all Entry<String, io.swagger.models.Path> path : swagger.getPaths().entrySet()
Author:
Paul Brodner
  • Constructor Details

    • SwaggerPaths

      public SwaggerPaths(io.swagger.models.Swagger swagger, String swaggerFilePath)
  • Method Details

    • computeCoverage

      public void computeCoverage()
      Compare requests that exist in swagger yaml file vs request implemented in your code any findings are saved to a missing-request txt file.
      Throws:
      org.alfresco.utility.exception.TestConfigurationException
    • toString

      public String toString()
      Overrides:
      toString in class Object