Skip to content

Commit

Permalink
Update src/main/java/de/tum/cit/ase/ares/api/architecture/Architectur…
Browse files Browse the repository at this point in the history
…eSecurityTestCase.java

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
sarpsahinalp and coderabbitai[bot] authored Nov 26, 2024
1 parent aab978f commit 23cb0b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public interface ArchitectureSecurityTestCase {
* to handle any language-specific execution details required to run the test case.
* </p>
*
* @param architectureMode a set of {@link JavaClasses} representing the codebase to which the test case will be applied.
* @param architectureMode the {@link JavaArchitectureMode} specifying the architecture testing mode to be used.
*/
// TODO: Change this from JavaArchitectureMode architectureMode to @Nonnull String architectureMode
void executeArchitectureTestCase(JavaArchitectureMode architectureMode);
Expand Down

0 comments on commit 23cb0b3

Please sign in to comment.