Skip to content
This repository has been archived by the owner on Nov 15, 2020. It is now read-only.

video-recorder #8

Merged
merged 6 commits into from
Dec 29, 2016
Merged

video-recorder #8

merged 6 commits into from
Dec 29, 2016

Conversation

kosteman
Copy link
Contributor

fixes #3

fix aspects;
refactor execute method by title
Conflicts:
	src/main/java/ru/sbtqa/tag/pagefactory/Page.java
MethodUtils.invokeMethod(this, method.getName(), param);
return;
} catch (NoSuchMethodException | IllegalAccessException | InvocationTargetException e) {
throw new InvocationTargetException(e, "Failed to invoke '" + title + "' method on '" + this.getTitle() + "' page object");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mb FactoryRuntimeException?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@iamanikeev iamanikeev merged commit b736f7a into master Dec 29, 2016
@iamanikeev iamanikeev deleted the video-recorder branch December 29, 2016 10:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Restore video recorder using
2 participants