类的使用
tech.testnx.cah.support.annotations.Experimental
-
使用Experimental的程序包 程序包 说明 tech.testnx.cah.common.browser.actions tech.testnx.cah.common.ws.json -
-
tech.testnx.cah.common.browser.actions中Experimental的使用
注释类型为Experimental的tech.testnx.cah.common.browser.actions中的类 修饰符和类型 类 说明 classDriverActionsclassJsActionsclassRobotActions -
tech.testnx.cah.common.ws.json中Experimental的使用
注释类型为Experimental的tech.testnx.cah.common.ws.json中的方法 修饰符和类型 方法 说明 voidJsonValidator. assertJsonFiles(Path expectedJsonPath, Path actualJsonPath, boolean isOrderable)voidJsonValidator. assertJsonNodes(com.fasterxml.jackson.databind.JsonNode expectedNode, com.fasterxml.jackson.databind.JsonNode actualNode, boolean isOrderable)Assert two json nodes with no order, one important reminder: DOES NOT support nested array in an arrayList<String>JsonValidator. comparerJsonFiles(Path expectedJsonPath, Path actualJsonPath, boolean isOrderable)Compare two json files with no order, one important reminder: DOES NOT support nested array in an arrayList<String>JsonValidator. comparerJsonNodes(com.fasterxml.jackson.databind.JsonNode expectedNode, com.fasterxml.jackson.databind.JsonNode actualNode, boolean isOrderable)Compare two json nodes with no order, one important reminder: DOES NOT support nested array in an array
-