Class ChooseCloudTileTest

java.lang.Object
it.polimi.ingsw.Controller.ChooseCloudTileTest

public class ChooseCloudTileTest extends Object
  • Field Details

  • Constructor Details

    • ChooseCloudTileTest

      public ChooseCloudTileTest()
  • Method Details

    • PreviousActionNotValid

      public void PreviousActionNotValid() throws Exception
      2 ChooseCloudAction actions in a row throw an exception because before a ChooseCloudAction should only be present a PlayCharacterCard action or MoveMotherNature action (due to the check order taken in validate method, the controller does not recognize immediately that this action has already been executed, anyway the result is the same that is to say, the validation fails)
      Throws:
      Exception
    • playerCanTakeStudentsFromCloud

      public void playerCanTakeStudentsFromCloud() throws Exception
      Throws:
      Exception
    • CloudIndexOutOfBound

      public void CloudIndexOutOfBound() throws Exception
      Throws:
      Exception
    • RepeatedActionException

      public void RepeatedActionException() throws Exception
      Throws:
      Exception
    • EmptyIslandException

      public void EmptyIslandException() throws Exception
      Throws:
      Exception
    • FullEntranceExceptionTest

      public void FullEntranceExceptionTest() throws Exception
      Throws:
      Exception