
io.fabric8.openshift.api.model.NetNamespaceAssert Maven / Gradle / Ivy
package io.fabric8.openshift.api.model;
/**
* {@link NetNamespace} specific assertions - Generated by CustomAssertionGenerator.
*
* Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
* extend {@link AbstractNetNamespaceAssert} instead.
*/
public class NetNamespaceAssert extends AbstractNetNamespaceAssert {
/**
* Creates a new {@link NetNamespaceAssert}
to make assertions on actual NetNamespace.
* @param actual the NetNamespace we want to make assertions on.
*/
public NetNamespaceAssert(NetNamespace actual) {
super(actual, NetNamespaceAssert.class);
}
/**
* An entry point for NetNamespaceAssert to follow AssertJ standard assertThat()
statements.
* With a static import, one can write directly: assertThat(myNetNamespace)
and get specific assertion with code completion.
* @param actual the NetNamespace we want to make assertions on.
* @return a new {@link NetNamespaceAssert}
*/
public static NetNamespaceAssert assertThat(NetNamespace actual) {
return new NetNamespaceAssert(actual);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy