public void test_CompartmentType()
        {
            CompartmentType ct = new CompartmentType(2, 4);

            assertEquals(true, ct.hasRequiredElements());
            ct = null;
        }