@ContinuousIntegrationTest(estimatedDuration = 0.0)
 @Test(timeout = 300000)
 public void testGetYoVariableRegistry() {
   YoVariableRegistry registry = yoVariable.getYoVariableRegistry();
   assertNotNull(registry);
   assertEquals(registry, this.registry);
   assertEquals(registry.getVariable(yoVariable.getName()), yoVariable);
 }