Skip to content

SecurityRegister ​

What the epsilon register holds and how it agrees with the engines

6/6 passed in 0ms

TestWhat it doesResult
test_divisorsEach registered share count is the divisor its engine applies.✅ pass
test_familiesTwelve families are registered, each describing to a record naming a rule, terms, a src/ source and a paper that catalogue() repeats.✅ pass
test_form_guardsSix-state, MDI, RRDPS and DPS re-registered as a plain sum raise rather than compose by another family's rule.✅ pass
test_formsEvery family declares a form from security.FORMS, six composing as a plain sum and six each having an arm of their own.✅ pass
test_forms_partialCOW' and discrete modulation declare probabilities alone, so a plain sum over either returns a wrong number rather than raising.✅ pass
test_kindsEvery term declares one of three kinds and one of four roles, and only RRDPS, the pair link and DPS carry a bit-valued term.✅ pass