Package library
Class isFullTest
java.lang.Object
library.isFullTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmatrix PPPPP PBPPP BBBBB PBGPP PPGPP PPGPPvoidmatrix PPPP BPPP BBBB BGPP PGPP PGPPvoidmatrix PPP BPP BBB BGP PGP PGPvoidmatrix PPPP PBPPP BBBBB PBGPP PPGPP PPGPPvoidmatrix PPP PPP BBBB GPP GPP GPPvoidsetUp()method executed before every test that create a new library
-
Constructor Details
-
isFullTest
public isFullTest()
-
-
Method Details
-
setUp
public void setUp()method executed before every test that create a new library -
isFull_allFull
public void isFull_allFull()matrix P P P P P P B P P P B B B B B P B G P P P P G P P P P G P P -
isFull_oneEmpty
public void isFull_oneEmpty()matrix P P P P P B P P P B B B B B P B G P P P P G P P P P G P P -
isFull_firstColEmpty
public void isFull_firstColEmpty()matrix P P P P B P P P B B B B B G P P P G P P P G P P -
isFull_secondColEmpty
public void isFull_secondColEmpty()matrix P P P P P P B B B B G P P G P P G P P -
isFull_lastColEmpty
public void isFull_lastColEmpty()matrix P P P B P P B B B B G P P G P P G P
-