Class StackTraceElementAssert

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

@API(status=EXPERIMENTAL) public final class StackTraceElementAssert extends AbstractAssert<StackTraceElementAssert,StackTraceElement>
Assertions to perform on a stack trace frame.

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

Since:
0.0.1
Author:
Ashley Scopes