Skip to content
Snippets Groups Projects

Added Interface and Mock classes, Unit Test

+ 234
15
Compare changes
  • Side-by-side
  • Inline
Files
+ 7
0
<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
<testsuite name="edu\wisc\services\cbs\MockTechstoreUnitTest" file="C:\Users\alundholm\git\cbs-techstore-client-php\src\test\MockTechstoreUnitTest.php" tests="2" assertions="6" failures="0" errors="0" time="0.045004">
<testcase name="testCreateProduct" class="edu\wisc\services\cbs\MockTechstoreUnitTest" file="C:\Users\alundholm\git\cbs-techstore-client-php\src\test\MockTechstoreUnitTest.php" line="13" assertions="5" time="0.029003"/>
<testcase name="testCreateProductWithException" class="edu\wisc\services\cbs\MockTechstoreUnitTest" file="C:\Users\alundholm\git\cbs-techstore-client-php\src\test\MockTechstoreUnitTest.php" line="31" assertions="1" time="0.016001"/>
</testsuite>
</testsuites>
Loading