Podczas korzystania JMockit Chcę rzucić wyjątek Upon a inwokacji konstruktora tak: new Expectations(){
{
new FirefoxDriver();//Want to throw IllegalStateException here but how?
}
}
mam test tak: it "should not indicate backwards jumps if the checker position is not a king" do
board = Board.new
game_board = board.create_test_board
board.add_checker(game_board, :red