Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
See #2782
  • Loading branch information
sbrannen committed Nov 19, 2021
1 parent a7f192a commit 3c26d65
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@
* <p>Factory methods in external classes must be referenced by <em>fully
* qualified method name</em> &mdash; for example,
* {@code com.example.StringsProviders#blankStrings} or
* {@code com.example.OuterClass$InnerClass#classMethod}.
* {@code com.example.TopLevelClass$NestedClass#classMethod} for a factory
* method in a static nested class.
*
* <p>If no factory method names are declared, a method within the test class
* that has the same name as the test method will be used as the factory
Expand Down

0 comments on commit 3c26d65

Please sign in to comment.