# File test/test_wpm_loader.rb, line 59
    def test_look_up
      assert_equal('load_path/MainPage', @load_path.look_up('MainPage'))
      assert_equal(nil, @load_path.look_up('HelloWorld'))
    end