Skip to content

Instantly share code, notes, and snippets.

@cbergau
Created June 13, 2014 20:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cbergau/65e6eac87d69161f41ba to your computer and use it in GitHub Desktop.
Save cbergau/65e6eac87d69161f41ba to your computer and use it in GitHub Desktop.
junit.xml
<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
<testsuite name="Bws Library" tests="30" assertions="78" failures="0" errors="0" time="0.027137">
<testsuite name="Bws\Entity\ArticleTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Entity/ArticleTest.php" namespace="Bws\Entity" fullPackage="Bws.Entity" tests="2" assertions="2" failures="0" errors="0" time="0.003171">
<testcase name="testGetSetEan" class="Bws\Entity\ArticleTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Entity/ArticleTest.php" line="17" assertions="1" time="0.002627"/>
<testcase name="testGetSetDescription" class="Bws\Entity\ArticleTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Entity/ArticleTest.php" line="23" assertions="1" time="0.000544"/>
</testsuite>
<testsuite name="Bws\Interactor\AddToBasketTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/AddToBasketTest.php" namespace="Bws\Interactor" fullPackage="Bws.Interactor" tests="6" assertions="19" failures="0" errors="0" time="0.005927">
<testcase name="testReturnsMissingBasketIdIfRequestBasketIdIsNull" class="Bws\Interactor\AddToBasketTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/AddToBasketTest.php" line="54" assertions="1" time="0.001885"/>
<testcase name="testReturnsZeroCountIfRequestCountZeroWhichIsValidButCountMustNotBeZero" class="Bws\Interactor\AddToBasketTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/AddToBasketTest.php" line="60" assertions="1" time="0.000561"/>
<testcase name="testReturnsZeroCountIfRequestCountNullWhichIsValidButCountMustNotBeZero" class="Bws\Interactor\AddToBasketTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/AddToBasketTest.php" line="66" assertions="1" time="0.000494"/>
<testcase name="testReturnsBadArticleIdIfRequestArticleIdIsNull" class="Bws\Interactor\AddToBasketTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/AddToBasketTest.php" line="72" assertions="1" time="0.000491"/>
<testcase name="testArticleNotFound" class="Bws\Interactor\AddToBasketTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/AddToBasketTest.php" line="78" assertions="1" time="0.000498"/>
<testcase name="testSuccessfulAdditionWithMergePositions" class="Bws\Interactor\AddToBasketTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/AddToBasketTest.php" line="84" assertions="14" time="0.001998"/>
</testsuite>
<testsuite name="Bws\Interactor\ChangeBasketTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/ChangeBasketTest.php" namespace="Bws\Interactor" fullPackage="Bws.Interactor" tests="8" assertions="13" failures="0" errors="0" time="0.004711">
<testcase name="testBadBasketId" class="Bws\Interactor\ChangeBasketTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/ChangeBasketTest.php" line="37" assertions="1" time="0.000879"/>
<testcase name="testBadCount" class="Bws\Interactor\ChangeBasketTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/ChangeBasketTest.php" line="43" assertions="1" time="0.000565"/>
<testcase name="testBadArticleId" class="Bws\Interactor\ChangeBasketTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/ChangeBasketTest.php" line="49" assertions="1" time="0.000483"/>
<testcase name="testBasketNotFound" class="Bws\Interactor\ChangeBasketTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/ChangeBasketTest.php" line="55" assertions="1" time="0.000488"/>
<testcase name="testBasketIsEmpty" class="Bws\Interactor\ChangeBasketTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/ChangeBasketTest.php" line="61" assertions="1" time="0.000491"/>
<testcase name="testArticleIsNotInBasket" class="Bws\Interactor\ChangeBasketTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/ChangeBasketTest.php" line="67" assertions="1" time="0.000517"/>
<testcase name="testBasketPositionRemovedIfCountIsZero" class="Bws\Interactor\ChangeBasketTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/ChangeBasketTest.php" line="74" assertions="3" time="0.000564"/>
<testcase name="testBasketPositionCountIncreased" class="Bws\Interactor\ChangeBasketTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/ChangeBasketTest.php" line="83" assertions="4" time="0.000724"/>
</testsuite>
<testsuite name="Bws\Interactor\PresentArticleTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/PresentArticleTest.php" namespace="Bws\Interactor" fullPackage="Bws.Interactor" tests="2" assertions="3" failures="0" errors="0" time="0.001794">
<testcase name="testArticleNotFoundReturnsError" class="Bws\Interactor\PresentArticleTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/PresentArticleTest.php" line="11" assertions="1" time="0.000715"/>
<testcase name="testArticleFound" class="Bws\Interactor\PresentArticleTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/PresentArticleTest.php" line="21" assertions="2" time="0.001079"/>
</testsuite>
<testsuite name="Bws\Interactor\PresentArticlesTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/PresentArticlesTest.php" namespace="Bws\Interactor" fullPackage="Bws.Interactor" tests="2" assertions="2" failures="0" errors="0" time="0.001708">
<testcase name="testReturnsNoArticles" class="Bws\Interactor\PresentArticlesTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/PresentArticlesTest.php" line="26" assertions="1" time="0.000849"/>
<testcase name="testReturnsArticles" class="Bws\Interactor\PresentArticlesTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/PresentArticlesTest.php" line="33" assertions="1" time="0.000859"/>
</testsuite>
<testsuite name="Bws\Interactor\PresentLogisticPartnersTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/PresentLogisticPartnersTest.php" namespace="Bws\Interactor" fullPackage="Bws.Interactor" tests="1" assertions="1" failures="0" errors="0" time="0.001113">
<testcase name="testReturnsLogisticPartners" class="Bws\Interactor\PresentLogisticPartnersTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/PresentLogisticPartnersTest.php" line="25" assertions="1" time="0.001113"/>
</testsuite>
<testsuite name="Bws\Interactor\PresentPaymentMethodsTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/PresentPaymentMethodsTest.php" namespace="Bws\Interactor" fullPackage="Bws.Interactor" tests="1" assertions="1" failures="0" errors="0" time="0.001109">
<testcase name="testReturnsPaymentMethods" class="Bws\Interactor\PresentPaymentMethodsTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/PresentPaymentMethodsTest.php" line="25" assertions="1" time="0.001109"/>
</testsuite>
<testsuite name="Bws\Interactor\PriceFormatterTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/PriceFormatterTest.php" namespace="Bws\Interactor" fullPackage="Bws.Interactor" tests="1" assertions="6" failures="0" errors="0" time="0.000556">
<testcase name="testFormat" class="Bws\Interactor\PriceFormatterTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/PriceFormatterTest.php" line="16" assertions="6" time="0.000556"/>
</testsuite>
<testsuite name="Bws\Interactor\SearchArticlesTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/SearchArticlesTest.php" namespace="Bws\Interactor" fullPackage="Bws.Interactor" tests="2" assertions="4" failures="0" errors="0" time="0.001743">
<testcase name="testNoArticlesFound" class="Bws\Interactor\SearchArticlesTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/SearchArticlesTest.php" line="26" assertions="2" time="0.000865"/>
<testcase name="testArticlesFound" class="Bws\Interactor\SearchArticlesTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/SearchArticlesTest.php" line="33" assertions="2" time="0.000878"/>
</testsuite>
<testsuite name="Bws\Interactor\SubmitOrderAsUnregisteredCustomerTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/SubmitOrderAsUnregisteredCustomerTest.php" namespace="Bws\Interactor" fullPackage="Bws.Interactor" tests="1" assertions="16" failures="0" errors="0" time="0.002200">
<testcase name="testSavesData" class="Bws\Interactor\SubmitOrderAsUnregisteredCustomerTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/SubmitOrderAsUnregisteredCustomerTest.php" line="53" assertions="16" time="0.002200"/>
</testsuite>
<testsuite name="Bws\Interactor\ViewBasketTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/ViewBasketTest.php" namespace="Bws\Interactor" fullPackage="Bws.Interactor" tests="4" assertions="11" failures="0" errors="0" time="0.003105">
<testcase name="testBadBasketId" class="Bws\Interactor\ViewBasketTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/ViewBasketTest.php" line="35" assertions="1" time="0.000879"/>
<testcase name="testBasketNotFound" class="Bws\Interactor\ViewBasketTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/ViewBasketTest.php" line="41" assertions="1" time="0.000488"/>
<testcase name="testEmptyBasket" class="Bws\Interactor\ViewBasketTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/ViewBasketTest.php" line="47" assertions="4" time="0.000689"/>
<testcase name="testFilledBasket" class="Bws\Interactor\ViewBasketTest" file="/Applications/XAMPP/xamppfiles/htdocs/shop/tests/Bws/Interactor/ViewBasketTest.php" line="56" assertions="5" time="0.001049"/>
</testsuite>
</testsuite>
</testsuites>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment