SudokuFX
Loading...
Searching...
No Matches
fr.softsf.sudokufx.model.GridUTest Class Reference
+ Collaboration diagram for fr.softsf.sudokufx.model.GridUTest:

Package Functions

void givenAllFields_whenCreateGridWithBuilder_thenGridIsCreatedCorrectly ()
 
void givenBoundaryValues_whenCreateGrid_thenBoundaryValuesAreAccepted ()
 
void givenBuilderWithNullDefaultgridvalue_whenBuild_thenThrowsNullPointerException ()
 
void givenBuilderWithNullGridvalue_whenBuild_thenThrowsNullPointerException ()
 
void givenBuilderWithPartialFields_whenBuild_thenCreatesGridWithDefaults ()
 
void givenExistingGrid_whenSetNullValues_thenThrowsNullPointerException ()
 
void givenExistingGrid_whenUpdateValues_thenValuesAreUpdated ()
 
void givenGridClass_whenCheckForGrididSetter_thenSetterDoesNotExist ()
 
void givenGridsWithSameAndDifferentValues_whenGetHashCode_thenHashCodeIsConsistent ()
 
void givenGridWithValues_whenCallToString_thenCorrectStringRepresentationIsReturned ()
 
void givenNothing_whenCreateGridWithDefaultConstructor_thenGridHasDefaultValues ()
 
void givenNullDefaultgridvalue_whenCreateGrid_thenThrowsNullPointerException ()
 
void givenNullGridid_whenCreateGrid_thenNullGrididIsHandled ()
 
void givenNullGridvalue_whenCreateGrid_thenThrowsNullPointerException ()
 
void givenTwoGrids_whenCompareWithEquals_thenEqualsWorksCorrectly ()
 
void givenValidParameters_whenCreateGridWithConstructor_thenGridIsCreatedCorrectly ()
 

Member Function Documentation

◆ givenAllFields_whenCreateGridWithBuilder_thenGridIsCreatedCorrectly()

void fr.softsf.sudokufx.model.GridUTest.givenAllFields_whenCreateGridWithBuilder_thenGridIsCreatedCorrectly ( )
package
+ Here is the call graph for this function:

◆ givenBoundaryValues_whenCreateGrid_thenBoundaryValuesAreAccepted()

void fr.softsf.sudokufx.model.GridUTest.givenBoundaryValues_whenCreateGrid_thenBoundaryValuesAreAccepted ( )
package
+ Here is the call graph for this function:

◆ givenBuilderWithNullDefaultgridvalue_whenBuild_thenThrowsNullPointerException()

void fr.softsf.sudokufx.model.GridUTest.givenBuilderWithNullDefaultgridvalue_whenBuild_thenThrowsNullPointerException ( )
package
+ Here is the call graph for this function:

◆ givenBuilderWithNullGridvalue_whenBuild_thenThrowsNullPointerException()

void fr.softsf.sudokufx.model.GridUTest.givenBuilderWithNullGridvalue_whenBuild_thenThrowsNullPointerException ( )
package
+ Here is the call graph for this function:

◆ givenBuilderWithPartialFields_whenBuild_thenCreatesGridWithDefaults()

void fr.softsf.sudokufx.model.GridUTest.givenBuilderWithPartialFields_whenBuild_thenCreatesGridWithDefaults ( )
package
+ Here is the call graph for this function:

◆ givenExistingGrid_whenSetNullValues_thenThrowsNullPointerException()

void fr.softsf.sudokufx.model.GridUTest.givenExistingGrid_whenSetNullValues_thenThrowsNullPointerException ( )
package
+ Here is the call graph for this function:

◆ givenExistingGrid_whenUpdateValues_thenValuesAreUpdated()

void fr.softsf.sudokufx.model.GridUTest.givenExistingGrid_whenUpdateValues_thenValuesAreUpdated ( )
package
+ Here is the call graph for this function:

◆ givenGridClass_whenCheckForGrididSetter_thenSetterDoesNotExist()

void fr.softsf.sudokufx.model.GridUTest.givenGridClass_whenCheckForGrididSetter_thenSetterDoesNotExist ( )
package
+ Here is the call graph for this function:

◆ givenGridsWithSameAndDifferentValues_whenGetHashCode_thenHashCodeIsConsistent()

void fr.softsf.sudokufx.model.GridUTest.givenGridsWithSameAndDifferentValues_whenGetHashCode_thenHashCodeIsConsistent ( )
package
+ Here is the call graph for this function:

◆ givenGridWithValues_whenCallToString_thenCorrectStringRepresentationIsReturned()

void fr.softsf.sudokufx.model.GridUTest.givenGridWithValues_whenCallToString_thenCorrectStringRepresentationIsReturned ( )
package
+ Here is the call graph for this function:

◆ givenNothing_whenCreateGridWithDefaultConstructor_thenGridHasDefaultValues()

void fr.softsf.sudokufx.model.GridUTest.givenNothing_whenCreateGridWithDefaultConstructor_thenGridHasDefaultValues ( )
package
+ Here is the call graph for this function:

◆ givenNullDefaultgridvalue_whenCreateGrid_thenThrowsNullPointerException()

void fr.softsf.sudokufx.model.GridUTest.givenNullDefaultgridvalue_whenCreateGrid_thenThrowsNullPointerException ( )
package
+ Here is the call graph for this function:

◆ givenNullGridid_whenCreateGrid_thenNullGrididIsHandled()

void fr.softsf.sudokufx.model.GridUTest.givenNullGridid_whenCreateGrid_thenNullGrididIsHandled ( )
package
+ Here is the call graph for this function:

◆ givenNullGridvalue_whenCreateGrid_thenThrowsNullPointerException()

void fr.softsf.sudokufx.model.GridUTest.givenNullGridvalue_whenCreateGrid_thenThrowsNullPointerException ( )
package
+ Here is the call graph for this function:

◆ givenTwoGrids_whenCompareWithEquals_thenEqualsWorksCorrectly()

void fr.softsf.sudokufx.model.GridUTest.givenTwoGrids_whenCompareWithEquals_thenEqualsWorksCorrectly ( )
package
+ Here is the call graph for this function:

◆ givenValidParameters_whenCreateGridWithConstructor_thenGridIsCreatedCorrectly()

void fr.softsf.sudokufx.model.GridUTest.givenValidParameters_whenCreateGridWithConstructor_thenGridIsCreatedCorrectly ( )
package
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: