File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed 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
28
28
unfortunately could result in visible changes of tests written or updated since the 4.12
29
29
release. If this change adversely affects your tests, you can create the ` Timeout ` rule via the
30
30
builder 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