Skip to content

Revised component catalogue #61

Revised component catalogue

Revised component catalogue #61

GitHub Actions / Maven Tests succeeded Oct 23, 2023 in 1s

Maven Tests ✅

Tests passed successfully

Report Passed Failed Skipped Time
target/surefire-reports/TEST-com.pi4j.catalog.components.BuzzerComponentTest.xml 5✅ 25ms
target/surefire-reports/TEST-com.pi4j.catalog.components.CameraTest.xml 2✅ 36ms
target/surefire-reports/TEST-com.pi4j.catalog.components.JoystickTest.xml 9✅ 72ms
target/surefire-reports/TEST-com.pi4j.catalog.components.LcdDisplayTest.xml 2✅ 295ms
target/surefire-reports/TEST-com.pi4j.catalog.components.LedButtonTest.xml 2✅ 226ms
target/surefire-reports/TEST-com.pi4j.catalog.components.LedStripTest.xml 4✅ 3s
target/surefire-reports/TEST-com.pi4j.catalog.components.PotentiometerTest.xml 1✅ 1s
target/surefire-reports/TEST-com.pi4j.catalog.components.ServoTest.xml 2✅ 20ms
target/surefire-reports/TEST-com.pi4j.catalog.components.SimpleButtonTest.xml 7✅ 430ms
target/surefire-reports/TEST-com.pi4j.catalog.components.SimpleLedTest.xml 4✅ 24ms

✅ target/surefire-reports/TEST-com.pi4j.catalog.components.BuzzerComponentTest.xml

5 tests were completed in 25ms with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.pi4j.catalog.components.BuzzerComponentTest 5✅ 25ms

✅ com.pi4j.catalog.components.BuzzerComponentTest

✅ testPlaySilenceInterrupt
✅ testPlayToneWithInterrupt
✅ testPlayTone
✅ testPlayToneWithDuration
✅ testPlaySilence

✅ target/surefire-reports/TEST-com.pi4j.catalog.components.CameraTest.xml

2 tests were completed in 36ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.pi4j.catalog.components.CameraTest 2✅ 36ms

✅ com.pi4j.catalog.components.CameraTest

✅ testBuilderPattern
✅ testBuilderPatternVideo

✅ target/surefire-reports/TEST-com.pi4j.catalog.components.JoystickTest.xml

9 tests were completed in 72ms with 9 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.pi4j.catalog.components.JoystickTest 9✅ 72ms

✅ com.pi4j.catalog.components.JoystickTest

✅ testDeRegisterAll
✅ testGambling
✅ testButtonEast
✅ testButtonPush
✅ testButtonWest
✅ testInitialization
✅ testJoystickWithButton
✅ testButtonNorth
✅ testButtonSouth

✅ target/surefire-reports/TEST-com.pi4j.catalog.components.LcdDisplayTest.xml

2 tests were completed in 295ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.pi4j.catalog.components.LcdDisplayTest 2✅ 295ms

✅ com.pi4j.catalog.components.LcdDisplayTest

✅ testClearInvalidLine
✅ testWriteTextWithAllowedLength

✅ target/surefire-reports/TEST-com.pi4j.catalog.components.LedButtonTest.xml

2 tests were completed in 226ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.pi4j.catalog.components.LedButtonTest 2✅ 226ms

✅ com.pi4j.catalog.components.LedButtonTest

✅ testLedWiring
✅ testButtonWiring

✅ target/surefire-reports/TEST-com.pi4j.catalog.components.LedStripTest.xml

4 tests were completed in 3s with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.pi4j.catalog.components.LedStripTest 4✅ 3s

✅ com.pi4j.catalog.components.LedStripTest

✅ testSetPixelColor
✅ testGetNumLEDS
✅ testGetPixelChannels
✅ testSetStripColor

✅ target/surefire-reports/TEST-com.pi4j.catalog.components.PotentiometerTest.xml

1 tests were completed in 1s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.pi4j.catalog.components.PotentiometerTest 1✅ 1s

✅ com.pi4j.catalog.components.PotentiometerTest

✅ testSingleShotGetVoltage

✅ target/surefire-reports/TEST-com.pi4j.catalog.components.ServoTest.xml

2 tests were completed in 20ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.pi4j.catalog.components.ServoTest 2✅ 20ms

✅ com.pi4j.catalog.components.ServoTest

✅ test_init
✅ test_angle

✅ target/surefire-reports/TEST-com.pi4j.catalog.components.SimpleButtonTest.xml

7 tests were completed in 430ms with 7 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.pi4j.catalog.components.SimpleButtonTest 7✅ 430ms

✅ com.pi4j.catalog.components.SimpleButtonTest

✅ testDeRegisterAll
✅ testButtonStateOfInvertedButton
✅ testOnUp
✅ testPinNumber
✅ testWhilePressed
✅ testOnDown
✅ testButtonState

✅ target/surefire-reports/TEST-com.pi4j.catalog.components.SimpleLedTest.xml

4 tests were completed in 24ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.pi4j.catalog.components.SimpleLedTest 4✅ 24ms

✅ com.pi4j.catalog.components.SimpleLedTest

✅ testOff
✅ testOn
✅ testInitialization
✅ testToggle