Safe Haskell | None |
---|
Unittests for the types representing DRBD status
Synopsis
- natural :: Gen Int
- percent :: Gen Double
- wOrderFlag :: Gen Char
- prop_DeviceInfo :: Property
- prop_PerfIndicators :: Property
- prop_SyncStatus :: Property
- testBlock_Drbd_Types :: Test
Arbitrary instances
wOrderFlag :: Gen Char Source #
Generator of write order flags.
prop_DeviceInfo :: Property Source #
Property for testing the JSON serialization of a DeviceInfo.
prop_PerfIndicators :: Property Source #
Property for testing the JSON serialization of a PerfIndicators.
prop_SyncStatus :: Property Source #
Function for testing the JSON serialization of a SyncStatus.
testBlock_Drbd_Types :: Test Source #