Skip to content

Commit

Permalink
Fix javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Nov 8, 2024
1 parent f9bf1cb commit 6b3ab3b
Showing 1 changed file with 12 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -459,9 +459,11 @@ protected void startTestItem(ExtensionContext context, List<Object> arguments, I
/**
* Starts a test item of arbitrary type
*
* @param context JUnit's test context
* @param arguments a list of test parameters
* @param itemType a type of the item
* @param context JUnit's test context
* @param arguments a list of test parameters
* @param itemType a type of the item
* @param description a description of the item
* @param startTime a start time of the item
*/
protected void startTestItem(@Nonnull final ExtensionContext context, @Nonnull final List<Object> arguments,
@Nonnull final ItemType itemType, @Nullable final String description, @Nullable final Date startTime) {
Expand Down Expand Up @@ -700,10 +702,11 @@ protected String createStepName(ExtensionContext context, ItemType itemType) {
/**
* Extension point to customize test step creation event/request
*
* @param context JUnit's test context
* @param arguments a test arguments list
* @param itemType a test method item type
* @param startTime a start time of the test
* @param context JUnit's test context
* @param arguments a test arguments list
* @param itemType a test method item type
* @param description a description of the item
* @param startTime a start time of the test
* @return Request to ReportPortal
*/
@Nonnull
Expand Down Expand Up @@ -866,7 +869,8 @@ protected String createConfigurationName(@Nonnull Class<?> testClass, @Nonnull M
/**
* Extension point to customize test step description
*
* @param context JUnit's test context
* @param context JUnit's test context
* @param itemType a test method item type
* @return Test/Step Description being sent to ReportPortal
*/
@Nonnull
Expand Down

0 comments on commit 6b3ab3b

Please sign in to comment.