0

@BeforeGroups并为每次跑步AfterGroups投掷NullPointer Exception

我正在使用语法运行 BeforeGroups:@BeforeGroups(groups = "ICSInvoice") 并使用语法在其下运行测试用例: @Test(enabled = true, groups = "ICSInvoice")

它在方法的第一行失败,并出现以下错误:

已用时间:333.578 秒 <<< 失败!java.lang.NullPointerException:空

第一行出现错误:

public void initializeMyGroup() throws Exception { 
    logger.info("Enable Prerequisite for realms"); 

日志:

initializeMyGroup(com.buyer.tests.selenium2.UITests.ManageAc‌​countingTester)

已用时间:333.578 秒 <<< 失败!

java.lang.NullPointerException:在 com.buyer.tests.selenium2.UITests.ManageAccountingTester.ini‌​tializeMyGroup 处为空(Manag‌​eAccountingTester.ja‌​va:160)

160是上面的行: logger.info("Enable Prerequisite for realms");

4

0 回答 0