Within SplunkCimLogEventUnitTest, there are 0 passing tests. This is on the main branch.
From what I can tell from this project's esoteric test setup, this suite is never executed or included in any test targets.
All assertion failures follow this pattern:
org.junit.ComparisonFailure:
Expected: "name=name" "event_id=event-id" "key=129"
Actual: name="name" event_id="event-id" key="129"
Within SplunkCimLogEventUnitTest, there are 0 passing tests. This is on the
mainbranch.From what I can tell from this project's esoteric test setup, this suite is never executed or included in any test targets.
All assertion failures follow this pattern: