@@ -121,7 +121,7 @@ public void shouldPublishStatusWithProperties() throws Exception {
121121 * Test checks output includes pipeline details.
122122 */
123123 @ Test
124- public void shouldPublishStageDetails () {
124+ public void shouldPublishStageDetails () throws Exception {
125125 getProperties ().setApplicable (true );
126126 getProperties ().setSkipped (false );
127127 getProperties ().setSuppressLogs (false );
@@ -236,7 +236,7 @@ public void shouldPublishStageDetails() {
236236 * Test checks output includes pipeline details, but not logs, when requested.
237237 */
238238 @ Test
239- public void shouldPublishStageDetailsWithoutLogsIfRequested () {
239+ public void shouldPublishStageDetailsWithoutLogsIfRequested () throws Exception {
240240 getProperties ().setApplicable (true );
241241 getProperties ().setSkipped (false );
242242 getProperties ().setName ("Test Status" );
@@ -301,7 +301,7 @@ public void shouldPublishStageDetailsWithoutLogsIfRequested() {
301301 * Test that log messages are properly truncated when they exceed the maximum size limit.
302302 */
303303 @ Test
304- public void shouldTruncateLogsWhenExceedingMaxSize () {
304+ public void shouldTruncateLogsWhenExceedingMaxSize () throws Exception {
305305 getProperties ().setApplicable (true );
306306 getProperties ().setSkipped (false );
307307 getProperties ().setName ("Test Status" );
@@ -356,7 +356,7 @@ public void shouldTruncateLogsWhenExceedingMaxSize() {
356356 * Validates that a simple successful pipeline works.
357357 */
358358 @ Test
359- public void shouldPublishSimplePipeline () {
359+ public void shouldPublishSimplePipeline () throws Exception {
360360 getProperties ().setApplicable (true );
361361 getProperties ().setSkipped (false );
362362 getProperties ().setName ("Test Status" );
0 commit comments