You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuring the environment (with for example Gradle v3.3).
Importing the junit .jar files, so we can run junit test cases.
Act:
Making an instance of a SpecialMoveset Class
Store this instance in a variable
Check if addSMove() method is declared and implemented in the SpecialMoveset Class
Call the addSMove() method on the variable (that stores an instance of the SpecialMoveset Class) and call it with a Util.SHIELD as parameter, and do it twice.
Assert:
Only one moveset should be stored as special moveset.
Excepting:
Only 1 moveset is stored as special moveset in the variable.
Actually:
The size of the array is 2, so we stored twice the Util.SHIELD as moveset.
The text was updated successfully, but these errors were encountered:
wee-zard
changed the title
We can add the Util.SHIED moveset twice to an instance of a SpecialMoveset class twice as special moveset Bug
We can add the Util.SHIELD moveset twice to an instance of a SpecialMoveset class twice, as special moveset Bug
Dec 2, 2023
Arrange:
Act:
Assert:
Excepting:
Actually:
The text was updated successfully, but these errors were encountered: