in a junit platform engine, do i need to send a co...
# failgood
c
in a junit platform engine, do i need to send a context as failed when one of its tests fails? If i send it as succesful idea shows the context as green and its not clear that it contains failed tests. if i send it as failed it counts as a failed test (so one failed test in a context 3 levels deep is 4 failed tests)
Copy code
* <p>The {@link TestExecutionResult} describes the result of the execution
	 * for the supplied {@code TestIdentifier}. The result does not include or
	 * aggregate the results of its children. For example, a container with a
	 * failing test will be reported as {@link Status#SUCCESSFUL SUCCESSFUL} even
	 * if one or more of its children are reported as {@link Status#FAILED FAILED}.