Browse Source

NU NE

master
Dmytro 6 days ago
parent
commit
f89423d5b1
  1. 17
      test_report.xml
  2. BIN
      test_repos/x64/Debug/test.obj
  3. 3
      test_repos/x64/Debug/test_repos.log
  4. BIN
      test_repos/x64/Debug/test_repos.tlog/link.read.1.tlog
  5. BIN
      test_repos/x64/Debug/vc143.pdb
  6. BIN
      x64/Debug/test_repos.exe
  7. BIN
      x64/Debug/test_repos.ilk
  8. BIN
      x64/Debug/test_repos.pdb

17
test_report.xml

@ -1,13 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuites tests="8" failures="0" disabled="0" errors="0" timestamp="2024-11-08T19:12:45" time="1.541" name="AllTests">
<testsuite name="StringProcessorTest" tests="3" failures="0" disabled="0" errors="0" time="1.534">
<testcase name="GetString" status="run" time="1.525" classname="StringProcessorTest" />
<testsuites tests="8" failures="1" disabled="0" errors="0" timestamp="2024-11-08T19:17:06" time="1.594" name="AllTests">
<testsuite name="StringProcessorTest" tests="3" failures="1" disabled="0" errors="0" time="1.585">
<testcase name="GetString" status="run" time="1.554" classname="StringProcessorTest" />
<testcase name="ValidString_ReturnsTrue" status="run" time="0" classname="StringProcessorTest" />
<testcase name="InvalidString_ReturnsFalse" status="run" time="0" classname="StringProcessorTest" />
<testcase name="InvalidString_ReturnsFalse" status="run" time="0.022" classname="StringProcessorTest">
<failure message="C:\Users\dimag\Desktop\repos_test\test.cpp:81&#x0A;Value of: isValid&#x0A; Actual: false&#x0A;Expected: true" type=""><![CDATA[C:\Users\dimag\Desktop\repos_test\test.cpp:81
Value of: isValid
Actual: false
Expected: true]]></failure>
</testcase>
</testsuite>
<testsuite name="QuickSortTest" tests="5" failures="0" disabled="0" errors="0" time="0.003">
<testsuite name="QuickSortTest" tests="5" failures="0" disabled="0" errors="0" time="0.006">
<testcase name="SortsArrayInAscendingOrder" status="run" time="0" classname="QuickSortTest" />
<testcase name="SingleElementArray" status="run" time="0" classname="QuickSortTest" />
<testcase name="SingleElementArray" status="run" time="0.001" classname="QuickSortTest" />
<testcase name="SortedArray" status="run" time="0" classname="QuickSortTest" />
<testcase name="ReverseSortedArray" status="run" time="0" classname="QuickSortTest" />
<testcase name="RandomArray" status="run" time="0" classname="QuickSortTest" />

BIN
test_repos/x64/Debug/test.obj

Binary file not shown.

3
test_repos/x64/Debug/test_repos.log

@ -1,5 +1,4 @@
 pch.cpp
test.cpp
 test.cpp
C:\Users\dimag\Desktop\repos_test\stringProcessor.h(10,34): warning C4114: same type qualifier used more than once
(compiling source file '/test.cpp')

BIN
test_repos/x64/Debug/test_repos.tlog/link.read.1.tlog

Binary file not shown.

BIN
test_repos/x64/Debug/vc143.pdb

Binary file not shown.

BIN
x64/Debug/test_repos.exe

Binary file not shown.

BIN
x64/Debug/test_repos.ilk

Binary file not shown.

BIN
x64/Debug/test_repos.pdb

Binary file not shown.
Loading…
Cancel
Save