Class VariableFactoryTest.Test_copyVariable

  • Enclosing class:
    VariableFactoryTest

    @Nested
    public class VariableFactoryTest.Test_copyVariable
    extends java.lang.Object
    • Constructor Detail

      • Test_copyVariable

        public Test_copyVariable()
    • Method Detail

      • copied_variable_should_create_varibles_of_factories_type

        @Test
        public void copied_variable_should_create_varibles_of_factories_type()
      • copied_variable_should_have_same_name_and_value

        @Test
        public void copied_variable_should_have_same_name_and_value()
      • copied_variable_with_null_values_should_use_factories_default_value

        @Test
        public void copied_variable_with_null_values_should_use_factories_default_value()
      • copied_variable_should_copy_hooks

        @Test
        public void copied_variable_should_copy_hooks()
      • copied_variable_should_copy_constant_flag

        @Test
        public void copied_variable_should_copy_constant_flag()
      • copied_variable_should_copy_validvalue_flag

        @Test
        public void copied_variable_should_copy_validvalue_flag()