public void Nao_deve_ser_uma_jogada_valida(int[] mao) { //When var jogada = new Straight(mao); //Then Assert.False(jogada.EhValida()); }