File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
main/java/com/google/common/truth
test/java/com/google/common/truth/gwt Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1515 */
1616package com .google .common .truth ;
1717
18- import com .google .common .annotations .GwtIncompatible ;
1918import org .junit .AssumptionViolatedException ;
2019
2120/**
4039 * @author David Saff
4140 * @author Christian Gruber ([email protected] ) 4241 */
43- @ GwtIncompatible ("JUnit4" )
44- @ J2ktIncompatible
42+ @ com .google .common .annotations .GwtIncompatible ("JUnit4" )
4543public final class TruthJUnit {
4644 @ SuppressWarnings ("ConstantCaseForConstants" ) // Despite the "Builder" name, it's not mutable.
4745 private static final StandardSubjectBuilder ASSUME =
Original file line number Diff line number Diff line change 5252import com .google .common .truth .ThrowableSubject ;
5353import com .google .common .truth .Truth ;
5454import com .google .common .truth .Truth8 ;
55- import com .google .common .truth .TruthJUnit ;
5655
5756/**
5857 * Static references to a variety of classes to force their loading during the {@link TruthGwtTest}.
@@ -96,5 +95,4 @@ public class Inventory {
9695 ThrowableSubject throwableSubject ;
9796 Truth truth ;
9897 Truth8 truth8 ;
99- TruthJUnit truthJUnit ;
10098}
You can’t perform that action at this time.
0 commit comments