inspectorPanel.addInspector(new JComponentInspector<JComponent>(buildRunLog(), "TestSuite Log",
"Log of executed TestSuites, TestCases and TestSteps", true));
}
private JComponent buildRunLog() {
testRunLog = new JTestRunLog(project.getSettings());
return testRunLog;
}