Skip to content

Commit

Permalink
more hearing flags plus assertions added
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrownccd committed Sep 14, 2023
1 parent 33c5263 commit 4517603
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,24 +214,24 @@ static Stream<Arguments> endToEndData() {
"hearing-viewer", "hearing-manager")),
Arguments.of("Tribunal Judge", "Salaried",
false,
false,
true,
List.of("Tribunal Judge - Salaried"),
List.of("judge","hmcts-judiciary")),
List.of("judge","hmcts-judiciary","hearing-viewer","hearing-manager")),
Arguments.of("Employment Judge", "Salaried",
false,
false,
true,
List.of("Employment Judge - Salaried"),
List.of("judge","hmcts-judiciary")),
List.of("judge","hmcts-judiciary","hearing-viewer","hearing-manager")),
Arguments.of("Specialist Circuit Judge", "Salaried",
false,
false,
true,
List.of("Specialist Circuit Judge - Salaried"),
List.of("judge","hmcts-judiciary")),
List.of("judge","hmcts-judiciary","hearing-viewer","hearing-manager")),
Arguments.of("Senior Circuit Judge", "Salaried",
false,
false,
true,
List.of("Senior Circuit Judge - Salaried"),
List.of("judge","hmcts-judiciary")),
List.of("judge","hmcts-judiciary","hearing-viewer","hearing-manager")),
Arguments.of("Circuit Judge (sitting in retirement)", "Fee Paid",
true,
true,
Expand Down

0 comments on commit 4517603

Please sign in to comment.