Skip to content

Conversation

@jfeingold35
Copy link
Contributor

No description provided.

}
assertTrue(method1Found);
assertTrue(method2Found);
boolean method1Found = false;
Copy link
Contributor Author

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(
Copy link
Contributor Author

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) {
Copy link
Contributor Author

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
Copy link
Contributor

Choose a reason for hiding this comment

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

Update doc?

@jfeingold35 jfeingold35 merged commit a978ae7 into dev-3 Jun 27, 2022
@jfeingold35 jfeingold35 deleted the d/W-10459675-2 branch September 14, 2022 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants