Interface | Description |
---|---|
AssertFactory<T,A> |
A factory method to create an Assert class for a given type
TODO replace with the same interface from assertj-core when this issue is fixed and released:
https://github.com/joel-costigliola/assertj-core/issues/641
|
Class | Description |
---|---|
Assertions |
assertThat(kubernetesResource) entry points for testing Kubernetes
|
Conditions | |
HasMetadatasAssert<R extends io.fabric8.kubernetes.api.model.HasMetadata,AI extends HasMetadatasAssert> | |
KubernetesAssert |
An assertion class for making assertions about the current pods, services and replication controllers
using the assertj library
|
KubernetesNamespaceAssert |
Provides a set of assertions for a namespace
|
NavigationListAssert<T,EA extends org.assertj.core.api.AbstractAssert> |
Provides helper methods for navigating a list property in a generated assertion class
TODO replace with the same class from assertj-core when this issue is fixed and released:
https://github.com/joel-costigliola/assertj-core/issues/641
|
PodLogsAssert |
Collect the logs from a number of pods so that they can be asserted on
|
PodsAssert |
Adds some extra assertion operations
|
Copyright © 2011–2016 Red Hat. All rights reserved.