Package library
Class isFullTest
java.lang.Object
library.isFullTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
matrix PPPPP PBPPP BBBBB PBGPP PPGPP PPGPPvoid
matrix PPPP BPPP BBBB BGPP PGPP PGPPvoid
matrix PPP BPP BBB BGP PGP PGPvoid
matrix PPPP PBPPP BBBBB PBGPP PPGPP PPGPPvoid
matrix PPP PPP BBBB GPP GPP GPPvoid
setUp()
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
-