Lines Matching defs:TestCase
96 struct TestCase { in basic_permissions_test() struct
97 path p; in basic_permissions_test()
98 perms set_perms; in basic_permissions_test()
99 perms expected; in basic_permissions_test()
100 perm_options opts; in basic_permissions_test()
101 TestCase(path xp, perms xperms, perms xexpect, in basic_permissions_test() argument
155 struct TestCase { in test_no_resolve_symlink_on_symlink() struct
156 perms set_perms; in test_no_resolve_symlink_on_symlink()
157 perms expected; // only expected on platform that support symlink perms. in test_no_resolve_symlink_on_symlink()
158 perm_options opts = perm_options::replace; in test_no_resolve_symlink_on_symlink()
159 TestCase(perms xperms, perms xexpect, in test_no_resolve_symlink_on_symlink() function