C:\Users\bigwiz\IdeaProjects\URLShortener\src\test\resources\testng.xml
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd"> <suite name="UrlShortenerTestSuite" guice-stage="DEVELOPMENT"> <test thread-count="5" name="UrlShortenerTestSuite"> <classes> <class name="com.bitmutex.shortener.AnalyticsControllerTest"/> <class name="com.bitmutex.shortener.AnalyticsTest"/> </classes> </test> <!-- UrlShortenerTestSuite --> </suite> <!-- UrlShortenerTestSuite -->
Tests for UrlShortenerTestSuite
- UrlShortenerTestSuite (2 classes)
Groups for UrlShortenerTestSuite
Times for UrlShortenerTestSuite
Total running time: 26 ms
Reporter output for UrlShortenerTestSuite
0 ignored methods
Methods in chronological order
com.bitmutex.shortener.AnalyticsControllerTest
setup
0 ms
testGetAnalyticsDataWithInvalidShortUrl
761 ms
testGetAnalyticsDataWithValidShortUrl
783 ms
com.bitmutex.shortener.AnalyticsTest
setup
789 ms
testAnalyticsEntity
832 ms