URLShortener/test-output/testng-results.xml
Amit Kumar Nandi ff528b7017 t
2024-02-01 23:44:46 +05:30

35 lines
2.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<testng-results ignored="0" total="3" passed="3" failed="0" skipped="0">
<reporter-output>
</reporter-output>
<suite started-at="2024-01-18T04:17:28 IST" name="UrlShortenerTestSuite" finished-at="2024-01-18T04:17:29 IST" duration-ms="841">
<groups>
</groups>
<test started-at="2024-01-18T04:17:28 IST" name="UrlShortenerTestSuite" finished-at="2024-01-18T04:17:29 IST" duration-ms="841">
<class name="com.bitmutex.shortener.AnalyticsTest">
<test-method is-config="true" signature="setup()[pri:0, instance:com.bitmutex.shortener.AnalyticsTest@7fc2413d]" started-at="2024-01-18T04:17:29 IST" name="setup" finished-at="2024-01-18T04:17:29 IST" duration-ms="42" status="PASS">
<reporter-output>
</reporter-output>
</test-method> <!-- setup -->
<test-method signature="testAnalyticsEntity()[pri:0, instance:com.bitmutex.shortener.AnalyticsTest@7fc2413d]" started-at="2024-01-18T04:17:29 IST" name="testAnalyticsEntity" finished-at="2024-01-18T04:17:29 IST" duration-ms="0" status="PASS">
<reporter-output>
</reporter-output>
</test-method> <!-- testAnalyticsEntity -->
</class> <!-- com.bitmutex.shortener.AnalyticsTest -->
<class name="com.bitmutex.shortener.AnalyticsControllerTest">
<test-method is-config="true" signature="setup()[pri:0, instance:com.bitmutex.shortener.AnalyticsControllerTest@402e37bc]" started-at="2024-01-18T04:17:28 IST" name="setup" finished-at="2024-01-18T04:17:29 IST" duration-ms="751" status="PASS">
<reporter-output>
</reporter-output>
</test-method> <!-- setup -->
<test-method signature="testGetAnalyticsDataWithInvalidShortUrl()[pri:0, instance:com.bitmutex.shortener.AnalyticsControllerTest@402e37bc]" started-at="2024-01-18T04:17:29 IST" name="testGetAnalyticsDataWithInvalidShortUrl" finished-at="2024-01-18T04:17:29 IST" duration-ms="21" status="PASS">
<reporter-output>
</reporter-output>
</test-method> <!-- testGetAnalyticsDataWithInvalidShortUrl -->
<test-method signature="testGetAnalyticsDataWithValidShortUrl()[pri:0, instance:com.bitmutex.shortener.AnalyticsControllerTest@402e37bc]" started-at="2024-01-18T04:17:29 IST" name="testGetAnalyticsDataWithValidShortUrl" finished-at="2024-01-18T04:17:29 IST" duration-ms="5" status="PASS">
<reporter-output>
</reporter-output>
</test-method> <!-- testGetAnalyticsDataWithValidShortUrl -->
</class> <!-- com.bitmutex.shortener.AnalyticsControllerTest -->
</test> <!-- UrlShortenerTestSuite -->
</suite> <!-- UrlShortenerTestSuite -->
</testng-results>