spring-batch icon indicating copy to clipboard operation
spring-batch copied to clipboard

Add unit test for the ExecutionContext.get method in Issue #718

Open Solodye opened this issue 5 months ago • 0 comments

These are the unit tests for https://github.com/spring-projects/spring-batch/pull/718

They can cover the added 2 ExecutionContext.get methods.

  • https://github.com/spring-projects/spring-batch/blob/53e33c06e9cabdd8794b748b4cd58a3fbd65e321/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/ExecutionContext.java#L270-L276
  • https://github.com/spring-projects/spring-batch/blob/53e33c06e9cabdd8794b748b4cd58a3fbd65e321/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/ExecutionContext.java#L290-L300

Solodye avatar Sep 24 '24 05:09 Solodye