@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @API(status=STABLE, since="5.0") public @interface Nested
@Nested
is used to signal that the annotated class is a nested,
non-static test class (i.e., an inner class).Test
,
TestInstance
Copyright © 2020. All rights reserved.