-
Notifications
You must be signed in to change notification settings - Fork 54
@W-10459675@: Added support for RemoteAction methods. #736
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
d92aba0 to
c49760e
Compare
| } | ||
| assertTrue(method1Found); | ||
| assertTrue(method2Found); | ||
| boolean method1Found = false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whitespace changes made by gradle.
| * Returns non-test methods in the target files with a @NamespaceAccessible annotation. An empty | ||
| * list implicitly includes all files. | ||
| */ | ||
| public static List<MethodVertex> getRemoteActionMethods( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Analogous to the other methods like this.
| public void getPathEntryPoints_includesAuraEnabledMethods() { | ||
| @ValueSource(strings = {Schema.AURA_ENABLED, Schema.REMOTE_ACTION, Schema.NAMESPACE_ACCESSIBLE}) | ||
| @ParameterizedTest(name = "{displayName}: {0}") | ||
| public void getPathEntryPoints_includesAnnotatedMethods(String annotation) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Converted the individual tests into a parameterized test that covers all three annotations.
| } | ||
|
|
||
| /** | ||
| * Returns non-test methods in the target files with a @NamespaceAccessible annotation. An empty |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update doc?
No description provided.