AssertJ: 指定嵌套列表的排序顺序
创始人
2024-09-20 16:00:23
0

在AssertJ中,可以使用usingRecursiveFieldByFieldElementComparator方法来指定嵌套列表的排序顺序。以下是一个示例代码:

import org.assertj.core.util.Lists;

import java.util.Arrays;
import java.util.List;

import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatThrownBy;

public class NestedListSortingExample {

    public static class Person {
        private String name;
        private int age;

        public Person(String name, int age) {
            this.name = name;
            this.age = age;
        }

        public String getName() {
            return name;
        }

        public int getAge() {
            return age;
        }
    }

    public static void main(String[] args) {
        // 创建两个Person对象
        Person person1 = new Person("Alice", 25);
        Person person2 = new Person("Bob", 30);

        // 创建两个嵌套列表,其中每个列表包含两个Person对象
        List> nestedList1 = Arrays.asList(
                Arrays.asList(person1, person2),
                Arrays.asList(person1, person2)
        );
        List> nestedList2 = Arrays.asList(
                Arrays.asList(person2, person1),
                Arrays.asList(person2, person1)
        );

        // 使用AssertJ进行断言
        assertThat(nestedList1)
                .usingRecursiveFieldByFieldElementComparator() // 使用递归字段比较器
                .isEqualTo(nestedList2); // 断言两个嵌套列表相等

        // 如果排序顺序不同,断言将会失败
        assertThatThrownBy(() ->
                assertThat(nestedList1)
                        .usingRecursiveFieldByFieldElementComparator()
                        .isEqualTo(Lists.newArrayList(nestedList2.get(1), nestedList2.get(0))))
                .isInstanceOf(AssertionError.class);
    }
}

在上面的示例中,我们创建了两个Person对象并将它们放入两个嵌套列表中。然后,我们使用usingRecursiveFieldByFieldElementComparator方法来指定比较器,该比较器将递归地按字段进行比较。最后,我们使用isEqualTo方法来断言两个嵌套列表是否相等。

如果排序顺序不同,断言将会失败,并抛出AssertionError异常。

相关内容

热门资讯

透视游戏!wepoker私人局... 透视游戏!wepoker私人局透视方法,wepoker透视脚本免费,窍要教程(有挂分析)-哔哩哔哩1...
透视黑科技!德州透视插件,hh... 透视黑科技!德州透视插件,hhpoker有没有辅助,总结教程(有挂教学)-哔哩哔哩1、下载好hhpo...
透视苹果版!hhpoker怎么... 透视苹果版!hhpoker怎么破解,hhpoker德州牛仔视频,积累教程(有挂方针)-哔哩哔哩1、任...
透视科技!wpk透视是真的假的... 透视科技!wpk透视是真的假的,德州局怎么透视,法门教程(有挂透视)-哔哩哔哩1、让任何用户在无需w...
透视辅助!wpk插件辅助,约局... 透视辅助!wpk插件辅助,约局吧德州真的存在透视吗,总结教程(有挂实锤)-哔哩哔哩1)约局吧德州真的...
透视能赢!wepoker免费脚... 透视能赢!wepoker免费脚本弱密码,hhpoker底牌透视脚本,策略教程(有挂功能)-哔哩哔哩1...
透视好友房!poker辅助器免... 透视好友房!poker辅助器免费安装,hhpoker辅助软件下载,绝活教程(有挂工具)-哔哩哔哩1、...
透视脚本!佛手大菠萝13道挂哪... 透视脚本!佛手大菠萝13道挂哪里,德州辅助工具到底怎么样,要领教程(有挂方法)-哔哩哔哩德州辅助工具...
透视中牌率!wepoker辅助... 透视中牌率!wepoker辅助软件视频,红龙poker辅助指令,教程书教程(确实有挂)-哔哩哔哩该软...
透视科技!wepoker辅助工... 透视科技!wepoker辅助工具,智星德州可以透视吗,手筋教程(新版有挂)-哔哩哔哩1、下载好智星德...