All Downloads are FREE. Search and download functionalities are using the official Maven repository.

template.JMeter.jmx Maven / Gradle / Ivy

Go to download

Smart-doc is a tool that supports both JAVA RESTFUL API and Apache Dubbo RPC interface document generation.

There is a newer version: 3.0.5
Show newest version


  
    
      
      false
      true
      false
	  
        
      
      
    
    
        <%
        for(api in apiDocList){
        %>
      
        continue
        
		  false
          1
        
        1
        1
        false
        
        
        true
      
      
        <%
        for(doc in api.list){
        %>
        
          <%if(isNotEmpty(doc.requestExample.jsonBody)){%>
		  true
          
            
              
                false
                
${doc.requestExample.jsonBody}
                
                =
              
            
          
		  <%} else if(isNotEmpty(doc.queryParams)) {%>
			  
		  false
		  
			
			  <%
			  for(param in doc.queryParams){
		      %>
				
					false
					${param.field}
					=
				
			 <%}%>
			
		
			
		  <% } else if(isNotEmpty(doc.pathParams)) {%>
			  
		  false
		  
			
			  <%
			  for(param in doc.pathParams){
			  %>
				
					false
					${param.field}
					=
				
			  <%}%>
			
		  

		  <%}%>
          ${doc.serverUrl}
          
          https
          utf-8
          ${doc.url}
          ${doc.type}
          true
          false
          true
          false
          
          
          
        
        
          
            
              
                Content-Type
                ${doc.contentType}
              
              <%if(isNotEmpty(doc.requestHeaders)){%>
                <%
                for(param in doc.requestHeaders){
                %>
              
                ${param.name}
                ${param.value}
              
                <%}%>
            <%}%>
            
          
          
          
            false
            
              saveConfig
              
                
                true
                true
                true
                
                true
                true
                true
                true
                false
                true
                true
                false
                false
                false
                true
                false
                false
                false
                true
                0
                true
                true
                true
                true
                true
                true
              
            
            
          
          
        
            <% } %>
      
      <%}%>
    
  




© 2015 - 2024 Weber Informatics LLC | Privacy Policy