Package io.testomat.junit.constructor
Class JUnitTestResultConstructor
- java.lang.Object
-
- io.testomat.junit.constructor.JUnitTestResultConstructor
-
public class JUnitTestResultConstructor extends java.lang.ObjectConstructs test case results from JUnit 5 extension contexts. Supports custom messages and extracts exception details from execution context.
-
-
Constructor Summary
Constructors Constructor Description JUnitTestResultConstructor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.testomat.core.model.TestResultconstructTestRunResult(io.testomat.core.model.TestMetadata metadata, java.lang.String message, java.lang.String status, org.junit.jupiter.api.extension.ExtensionContext context)
-