forked from mathworks/matlab-codecov-example
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest.junit.xml
15 lines (15 loc) · 955 Bytes
/
test.junit.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="COBRA Toolbox Test Suites" tests="5" failures="1" errors="1" time="4.187">
<testsuite name="COBRA Toolbox Test Suite" tests="5" failures="1" errors="1" skipped="1" time="4.187">
<testcase classname="COBRA Toolbox" name="testBiomassPrecursorCheck.m" time="2.405">
<error message="Undefined function 'glpkcc' for input arguments of type 'struct'."/>
</testcase>
<testcase classname="COBRA Toolbox" name="testCalculateFluxShifts.m" time="0.459"/>
<testcase classname="COBRA Toolbox" name="testCalculatePercentile.m" time="1.067"/>
<testcase classname="COBRA Toolbox" name="testGeneExpressionComparison.m" time="0.138"/>
<testcase classname="COBRA Toolbox" name="testConnectedComponents.m" time="0.118">
<skipped message="The test requires the following Toolboxes to be installed: image_toolbox
"/>
</testcase>
</testsuite>
</testsuites>