![JAR search and dependency download from the Maven repository](/logo.png)
org.sonar.plugins.csharp.gallio.ui.gallio.html.erb Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sonar-csharp-gallio-plugin Show documentation
Show all versions of sonar-csharp-gallio-plugin Show documentation
Plugin that executes unit tests and computes code coverage.
The newest version!
<%
count_asserts=measure('count_asserts')
assert_per_test=measure('assert_per_test')
if assert_per_test
%>
Asserts
<%= format_measure(count_asserts, :suffix => '', :url => url_for_drilldown(count_asserts)) -%>
<%= dashboard_configuration.selected_period? ? format_variation(count_asserts) : trend_icon(count_asserts) -%>
Assert/Test
<%= format_measure(assert_per_test, :suffix => '', :url => url_for_drilldown(assert_per_test)) -%>
<%= dashboard_configuration.selected_period? ? format_variation(assert_per_test) : trend_icon(assert_per_test) -%>
<% end %>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy