File tree Expand file tree Collapse file tree
src/test/java/org/apache/commons/beanutils/bugs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818package org .apache .commons .beanutils .bugs ;
1919
2020import static org .junit .jupiter .api .Assertions .assertEquals ;
21+ import static org .junit .jupiter .api .Assertions .fail ;
2122
2223import java .beans .BeanInfo ;
2324import java .beans .IndexedPropertyDescriptor ;
2728import java .util .List ;
2829
2930import org .apache .commons .beanutils .PropertyUtils ;
30- import org .junit .jupiter .api .Assertions ;
3131import org .junit .jupiter .api .Assumptions ;
3232import org .junit .jupiter .api .BeforeAll ;
3333import org .junit .jupiter .api .Test ;
@@ -60,7 +60,7 @@ public static void assumeSupportsIndexedLists() throws IntrospectionException {
6060 return ;
6161 }
6262 }
63- Assertions . fail ("Could not find PropertyDescriptor for 'file'" );
63+ fail ("Could not find PropertyDescriptor for 'file'" );
6464 }
6565
6666 @ Test
You can’t perform that action at this time.
0 commit comments