JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
dev.archunitjava.junit
ArchitectureTest
Contents
Description
Optional Element Summary
Element Details
value
tags
Hide sidebar
Show sidebar
Annotation Interface ArchitectureTest
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
ArchitectureTest
Marks a static, no-argument method that supplies one immutable architecture rule.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
[]
tags
JUnit Platform tags attached to the discovered test descriptor.
String
value
Optional display name; the method name is used when this is blank.
Element Details
value
String
value
Optional display name; the method name is used when this is blank.
Default:
""
tags
String
[]
tags
JUnit Platform tags attached to the discovered test descriptor.
Default:
{}