Package | Description |
---|---|
io.fabric8.kubernetes.api.model.authentication | |
io.fabric8.kubernetes.assertions.internal |
Modifier and Type | Method and Description |
---|---|
static UserInfoAssert |
UserInfoAssert.assertThat(io.fabric8.kubernetes.api.model.authentication.UserInfo actual)
An entry point for UserInfoAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myUserInfo) and get specific assertion with code completion. |
UserInfoAssert |
AbstractTokenReviewStatusAssert.user()
Navigates to the property user so that assertions can be done on it
|
Modifier and Type | Method and Description |
---|---|
static UserInfoAssert |
Assertions.assertThat(io.fabric8.kubernetes.api.model.authentication.UserInfo actual)
Creates a new instance of
. |
Copyright © 2011–2017 Red Hat. All rights reserved.