You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I mentioned that FlexUnit and Hamcrest library has no way to assert that some value strictly equals to undefined (except assertThat( value === undefined, isTrue() );
It is just me need such asserts?
I mentioned that FlexUnit and Hamcrest library has no way to assert that some value strictly equals to undefined (except assertThat( value === undefined, isTrue() );
It is just me need such asserts?