Skip to content

Instantly share code, notes, and snippets.

@Shruti360
Created July 20, 2016 12:07
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 Shruti360/e811210d3be0a6690476fe8de5ea1995 to your computer and use it in GitHub Desktop.
Save Shruti360/e811210d3be0a6690476fe8de5ea1995 to your computer and use it in GitHub Desktop.
E:\Varun_TimeBank\TimeBank>ant run-tests-by-pattern -Dpattern=TC04_Event
Buildfile: E:\Varun_TimeBank\TimeBank\build.xml
setClassPath:
init:
clean:
[delete] Deleting directory E:\Varun_TimeBank\TimeBank\bin
compile:
[echo] making directory...
[mkdir] Created dir: E:\Varun_TimeBank\TimeBank\bin
[echo] compiling...
[javac] Compiling 31 source files to E:\Varun_TimeBank\TimeBank\bin
[javac]
[javac] WARNING
[javac]
[javac] The -source switch defaults to 1.8 in JDK 1.8.
[javac] If you specify -target 1.7 you now must also specify -source 1.7.
[javac] Ant will implicitly add -source 1.7 for you. Please change your bui
ld file.
[javac] warning: [options] bootstrap class path not set in conjunction with
-source 1.7
[javac] 1 warning
run-tests-by-pattern:
[testng] [TestNG] Running:
[testng] E:\Varun_TimeBank\TimeBank\config\TC04_Event.xml
[testng]
[testng] the browser type is:Firefox
[testng] log4j:WARN No appenders could be found for logger (org.apache.http.c
lient.protocol.RequestAddCookies).
[testng] log4j:WARN Please initialize the log4j system properly.
[testng] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig
for more info.
[testng] Start Of Execution(TEST)->TC04_Event
[testng] Test Started->eventRegionVerification
[testng] Welcome back
[testng] java.util.GregorianCalendar[time=1469102713846,areFieldsSet=true,are
AllFieldsSet=true,lenient=true,zone=sun.util.calendar.ZoneInfo[id="Asia/Calcutta
",offset=19800000,dstSavings=0,useDaylight=false,transitions=6,lastRule=null],fi
rstDayOfWeek=1,minimalDaysInFirstWeek=1,ERA=1,YEAR=2016,MONTH=6,WEEK_OF_YEAR=30,
WEEK_OF_MONTH=4,DAY_OF_MONTH=21,DAY_OF_YEAR=203,DAY_OF_WEEK=5,DAY_OF_WEEK_IN_MON
TH=3,AM_PM=1,HOUR=5,HOUR_OF_DAY=17,MINUTE=35,SECOND=13,MILLISECOND=846,ZONE_OFFS
ET=19800000,DST_OFFSET=0]
[testng]
[testng] END Of Execution(TEST)->TC04_Event
[testng]
[testng] ===============================================
[testng] Event
[testng] Total tests run: 1, Failures: 0, Skips: 0
[testng] ===============================================
[testng]
[testng] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSi
ze=512m; support was removed in 8.0
BUILD SUCCESSFUL
Total time: 1 minute 59 seconds
E:\Varun_TimeBank\TimeBank>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment