Class NodeHookTest

java.lang.Object
com.singularsys.jeptests.unit.NodeHookTest

public class NodeHookTest extends Object
Tests for adding hooks to nodes.
  • Constructor Details

    • NodeHookTest

      public NodeHookTest()
  • Method Details

    • set_of_hooks_is_initially_empty

      @Test public void set_of_hooks_is_initially_empty() throws ParseException
      Throws:
      ParseException
    • getting_an_unset_HookKey_returns_null

      @Test public void getting_an_unset_HookKey_returns_null() throws ParseException
      Throws:
      ParseException
    • setting_and_getting_a_HookKey_returns_same_value

      @Test public void setting_and_getting_a_HookKey_returns_same_value() throws ParseException
      Throws:
      ParseException
    • changing_a_hook_returns_same_value

      @Test public void changing_a_hook_returns_same_value() throws ParseException
      Throws:
      ParseException
    • setting_and_getting_two_hooks_returns_same_value

      @Test public void setting_and_getting_two_hooks_returns_same_value() throws ParseException
      Throws:
      ParseException
    • setting__and_removing_a_hook_returns_null

      @Test public void setting__and_removing_a_hook_returns_null() throws ParseException
      Throws:
      ParseException
    • setting_and_removing_and_setting_same_hook

      @Test public void setting_and_removing_and_setting_same_hook() throws ParseException
      Throws:
      ParseException
    • setting_and_removing_and_setting_different_hook

      @Test public void setting_and_removing_and_setting_different_hook() throws ParseException
      Throws:
      ParseException
    • setting_two_hooks_and_removing_one

      @Test public void setting_two_hooks_and_removing_one() throws ParseException
      Throws:
      ParseException
    • setting_the_hooks_and_removing__middle_one

      @Test public void setting_the_hooks_and_removing__middle_one() throws ParseException
      Throws:
      ParseException