GridStepDefs.java 文件源码

java
阅读 17 收藏 0 点赞 0 评论 0

项目:TigerIsland 作者:
@Then("^the original hexes at the coordinates are removed$")
public void the_original_hexes_at_the_coordinates_are_removed() throws Throwable {
    // Write code here that turns the phrase above into concrete actions
    //check lvl >1
    Hex hex = gameBoard.getHexFromCoordinate(new Coordinate(100,100));
    int level = hex.getLevel();
    if(level == 1){
        fail("Level not incremented");
    }

}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号