7 lines
671 B
XML
7 lines
671 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Generated by org.testng.reporters.JUnitXMLReporter -->
|
|
<testsuite ignored="0" hostname="Wiz-Workstation" failures="0" tests="3" name="UrlShortenerTestSuite" time="0.841" errors="0" timestamp="2024-01-18T04:17:29 IST">
|
|
<testcase classname="com.bitmutex.shortener.AnalyticsControllerTest" name="testGetAnalyticsDataWithInvalidShortUrl" time="0.021"/>
|
|
<testcase classname="com.bitmutex.shortener.AnalyticsControllerTest" name="testGetAnalyticsDataWithValidShortUrl" time="0.005"/>
|
|
<testcase classname="com.bitmutex.shortener.AnalyticsTest" name="testAnalyticsEntity" time="0.0"/>
|
|
</testsuite> <!-- UrlShortenerTestSuite -->
|