File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,3 +28,11 @@ behave as they did in JUnit 4.11 (and more similar to tests that do not have a t
2828unfortunately could result in visible changes of tests written or updated since the 4.12
2929release. If this change adversely affects your tests, you can create the ` Timeout ` rule via the
3030builder and call ` Timeout.Builder.lookForStuckThread(true) ` .
31+
32+ # Exceptions
33+
34+ ### [ Pull request #1654 :] ( https://github.com/junit-team/junit/pull/1654 ) Fix for issue #1192 : NotSerializableException with AssumptionViolatedException
35+
36+ This change fixes an issue where ` AssumptionViolatedException ` instances could not be serialized
37+ if they were created with a constructor that takes in an ` org.hamcrest.Matcher ` instance (these
38+ constructors are used if you use one of the ` assumeThat() ` methods in ` org.junit.Assume ` ).
You can’t perform that action at this time.
0 commit comments