Stefan Bischof created ARIES-2049:
-------------------------------------
Summary: [T
Key: ARIES-2049
URL: https://issues.apache.org/jira/browse/ARIES-2049
Project: Aries
Issue Type: TCK Challenge
Reporter: Stefan Bischof
{code:java}
@Test
public void test_deliveruntyped_map_null_should_throws_exception() {
assertThatNullPointerException().isThrownBy(() -> {
typedEventBus.deliverUntyped("a", null);
});
}
@Test
public void test_deliver_2_event_null_should_throws_exception() {
assertThatNullPointerException().isThrownBy(() -> {
typedEventBus.deliver("a", null);
});
}{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)