You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[RemoteTestNG] detected TestNG version 7.10.0
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Hello
PASSED: hello.HelloTest.testHello
===============================================
Default test
Tests run: 1, Failures: 0, Skips: 0
===============================================
===============================================
Default suite
Total tests run: 1, Passes: 1, Failures: 0, Skips: 0
===============================================
[TestNG] Reporter org.testng.reporters.EmailableReporter2@1f59a598 failed
java.lang.IllegalStateException: Results per method should NOT have been empty
at org.testng.reporters.EmailableReporter2$TestResult.groupResults(EmailableReporter2.java:777)
at org.testng.reporters.EmailableReporter2$TestResult.<init>(EmailableReporter2.java:702)
at org.testng.reporters.EmailableReporter2$SuiteResult.<init>(EmailableReporter2.java:645)
at org.testng.reporters.EmailableReporter2.generateReport(EmailableReporter2.java:61)
at org.testng.TestNG.generateReports(TestNG.java:1175)
at org.testng.TestNG.run(TestNG.java:1104)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:293)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:91)
TestNG Version
TestNG 7.10.0-SNAPSHOT
Expected behavior
no error
Actual behavior
Is the issue reproducible on runner?
Test case sample
just the simplest "hello world" test
Contribution guidelines
Incase you plan to raise a pull request to fix this issue, please make sure you refer our Contributing section for detailed set of steps.
The text was updated successfully, but these errors were encountered: