File tree Expand file tree Collapse file tree
sormas-backend/src/test/java/de/symeda/sormas/backend Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package de .symeda .sormas .backend ;
22
3- import static com .tngtech .archunit .lang .syntax .ArchRuleDefinition .*;
3+ import static com .tngtech .archunit .lang .syntax .ArchRuleDefinition .classes ;
4+ import static com .tngtech .archunit .lang .syntax .ArchRuleDefinition .fields ;
5+ import static com .tngtech .archunit .lang .syntax .ArchRuleDefinition .methods ;
6+ import static com .tngtech .archunit .lang .syntax .ArchRuleDefinition .noClasses ;
47
58import java .util .Arrays ;
69import java .util .Collections ;
@@ -291,6 +294,7 @@ public void testExternalMessageFacadeEjbAuthorization(JavaClasses classes) {
291294 "bulkAssignExternalMessages" ,
292295 "delete" ,
293296 "overwriteSurveyResponse" ,
297+ "reAttemptSurveyProcessing" ,
294298 "saveAndProcessSurveyResponses" ),
295299 classes );
296300 }
You can’t perform that action at this time.
0 commit comments