Class VariableFactoryTest.Test_copyVariable

java.lang.Object
com.singularsys.jeptests.unit.VariableFactoryTest.Test_copyVariable
Enclosing class:
VariableFactoryTest

@Nested public class VariableFactoryTest.Test_copyVariable extends Object
  • Constructor Details

    • Test_copyVariable

      public Test_copyVariable()
  • Method Details

    • 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()