Enum | Description |
---|---|
VisibleForTesting.Visibility |
Intended visibility if the element had not been made public or package-private for
testing.
|
Annotation Type | Description |
---|---|
VisibleForTesting |
Denotes that the class, method or field has its visibility relaxed so
that unit tests can access it.
|
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.