File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/test/java/com/twilio/compliance Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 2121import static com .tngtech .archunit .lang .syntax .ArchRuleDefinition .classes ;
2222import static org .junit .Assert .assertTrue ;
2323import org .junit .Before ;
24- import org .junit .Ignore ;
2524import org .junit .Test ;
2625
2726import java .util .ArrayList ;
@@ -55,7 +54,6 @@ public void setUp() {
5554 }
5655
5756 @ Test
58- @ Ignore
5957 public void testEqualsMethods () {
6058 List <Class > eligibleResourceClasses = resourceClasses .stream ().filter ( c -> !variantClasses .contains (c )).collect (Collectors .toList ());
6159 for (Class clazz : eligibleResourceClasses ) {
@@ -83,7 +81,6 @@ public void noClassesShouldUseJodaTime() {
8381 }
8482
8583 @ Test
86- @ Ignore
8784 public void resourceClassSanityCheck () {
8885
8986 GivenClasses filteredClasses = (GivenClasses ) classes ().that (areNotInVariantList ());
You can’t perform that action at this time.
0 commit comments