Class ClassLoaderAssert

java.lang.Object
org.assertj.core.api.AbstractAssert<ClassLoaderAssert,ClassLoader>
io.github.ascopes.jct.assertions.ClassLoaderAssert
All Implemented Interfaces:
Assert<ClassLoaderAssert,ClassLoader>, Descriptable<ClassLoaderAssert>, ExtensionPoints<ClassLoaderAssert,ClassLoader>

@API(since="0.0.1", status=STABLE) public final class ClassLoaderAssert extends AbstractAssert<ClassLoaderAssert,ClassLoader>
Assertions to perform on a classloader.

This type is a placeholder and will be replaced when AssertJ releases changes to support assertions on classloaders.

Since:
0.0.1
Author:
Ashley Scopes