<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <% TestClassDetails classDetails=(TestClassDetails)request.getAttribute("classDetails"); %> <%@include file="css.jsp" %> Test details <%@include file="header.jsp" %>

Details for test class "<%=classDetails.id %>"

Class id:<%=classDetails.id %>
Name:<%=StringUtil.html(classDetails.name) %>
Description:<%=StringUtil.html(classDetails.description) %>
actions Run   ">CSV

Methods

<% int i=0; for(TestMethodDetails method: classDetails.methods){ %> "> "> <% } %>
method name plan ID method ID
description
<%=method.getId().substring(classDetails.id.length()+1) %> (Run only) <%=method.getPlanId() %> <%=method.getId() %>
<%=StringUtil.html(method.getDescription()) %>
<%@include file="footer.jsp" %>