michaelin007 2023-12-04 09:15:45 +00:00
parent f763b57b7a
commit e6c2c4ab64
1 changed files with 5 additions and 0 deletions

View File

@ -25,4 +25,9 @@ class BikeUnitTest {
assertEquals(5, Bike.PART.get("seat"));
}
@Test
void givenMathClass_whenAccessingPiConstant_thenVerifyPiValueIsCorrect() {
assertEquals(3.141592653589793, Math.PI);
}
}