-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdunitx-results.xml
22 lines (22 loc) · 1.78 KB
/
dunitx-results.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<test-results name="D:\Projets\Exercism\delphi\nucleotide-count\NucleotideCount.exe" total="6" errors="0" failures="0" ignored="0" inconclusive="0" not-run="0" skipped="0" invalid="0" date="2021-10-19" time="0.001">
<culture-info current-culture="en" current-uiculture="en" />
<test-suite type="Assembly" name="NucleotideCount.exe" executed="true" result="Success" success="True" time="0.001" asserts="0">
<results>
<test-suite type="Namespace" name="uNucleotideCountTests" executed="true" result="Success" success="True" time="0.001" asserts="0" >
<results>
<test-suite type="Fixture" name="count all nucleotides in a strand" executed="True" result="Success" success="True" time="0.001" >
<results>
<test-case name="Validate_CompareDictionaries" executed="True" result="Success" success="True" time="0.000" asserts="0" />
<test-case name="empty_strand" executed="True" result="Success" success="True" time="0.000" asserts="0" />
<test-case name="can_count_one_nucleotide_in_single_character_input" executed="True" result="Success" success="True" time="0.000" asserts="0" />
<test-case name="strand_with_repeated_nucleotide" executed="True" result="Success" success="True" time="0.000" asserts="0" />
<test-case name="strand_with_multiple_nucleotides" executed="True" result="Success" success="True" time="0.000" asserts="0" />
<test-case name="strand_with_invalid_nucleotides" executed="True" result="Success" success="True" time="0.000" asserts="0" />
</results>
</test-suite>
</results>
</test-suite>
</results>
</test-suite>
</test-results>