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
Expected Behavior : Hard asserts should work from the DataProvider
Actual Behavior : NullPointerException when hard assert is in DataProvider
Caused by: java.lang.NullPointerException
at com.paypal.selion.platform.asserts.SeLionHardAssert.showAssertInfo(SeLionHardAssert.java:38)
at com.paypal.selion.platform.asserts.SeLionHardAssert.onAssertSuccess(SeLionHardAssert.java:29)
at org.testng.asserts.Assertion.doAssert(Assertion.java:16)
at org.testng.asserts.Assertion.assertTrue(Assertion.java:109)
at com.paypal.selion.platform.asserts.SeLionAsserts.assertTrue(SeLionAsserts.java:384)
SeLion Version : 1.2.0
Component : SeLion
Expected Behavior : Hard asserts should work from the DataProvider
Actual Behavior : NullPointerException when hard assert is in DataProvider
Caused by: java.lang.NullPointerException
at com.paypal.selion.platform.asserts.SeLionHardAssert.showAssertInfo(SeLionHardAssert.java:38)
at com.paypal.selion.platform.asserts.SeLionHardAssert.onAssertSuccess(SeLionHardAssert.java:29)
at org.testng.asserts.Assertion.doAssert(Assertion.java:16)
at org.testng.asserts.Assertion.assertTrue(Assertion.java:109)
at com.paypal.selion.platform.asserts.SeLionAsserts.assertTrue(SeLionAsserts.java:384)
Steps to Reproduce:
@dataProvider(name = "dp1", parallel = true)
public static Object[][] dp1() throws Exception {
The text was updated successfully, but these errors were encountered: