Class AbstractUriTemplateConformanceTest

    • Field Detail

      • testsuite

        protected String testsuite
        The name of the testsuite
      • template

        protected String template
        The expression patter string
      • expected

        protected Object expected
        The expected result
      • variables

        protected Map<String,​Object> variables
        The collection of variables to be used on each test
    • Constructor Detail

      • AbstractUriTemplateConformanceTest

        public AbstractUriTemplateConformanceTest​(Map<String,​Object> vars,
                                                  String template,
                                                  Object expected,
                                                  String testsuite)
        Parameters:
        vars -
        template -
        expected -
        testsuite -