コード例 #1
0
 public void GetByScorecard_HasAuthentcationAtributeWhichRoleIsNormal_ReturnsTrue()
 {
     Assert.IsTrue(AuthenticationFixtureHelper.CheckMethodHasAuthenticateAttributeAndRolePropertise(typeof(ScorecardCommentService), "GetByScorecard", Role.Normal));
 }
コード例 #2
0
 public void DeleteMember_HasAuthentcationAtributeWhichRoleIsSuper_ReturnsTrue()
 {
     Assert.IsTrue(AuthenticationFixtureHelper.CheckMethodHasAuthenticateAttributeAndRolePropertise(typeof(MembershipService), "DeleteMember", Role.Super));
 }
コード例 #3
0
 public void Create_HasAuthentcationAtributeWhichRoleIsNormal_ReturnsTrue()
 {
     Assert.IsTrue(AuthenticationFixtureHelper.CheckMethodHasAuthenticateAttributeAndRolePropertise(typeof(FeedbackService), "Create", Role.Normal));
 }
コード例 #4
0
 public void DataServiceClass_HasAuthentcationAtributeWhichRoleIsSuper_ReturnTrue()
 {
     Assert.IsTrue(AuthenticationFixtureHelper.CheckTypeHasAuthenticateAttributeAndRolePropertise(typeof(DashboardSharingService), Role.Super));
 }
コード例 #5
0
 public void AutoImport_HasAuthentcationAtributeWhichRoleIsNormal_ReturnsFalse()
 {
     Assert.IsFalse(AuthenticationFixtureHelper.CheckMethodHasAuthenticateAttributeAndRolePropertise(typeof(SpssService), "AutoImport", Role.Normal));
 }
コード例 #6
0
 public void CreateDashboards_HasAuthentcationAtributeWhichRoleIsSuper_ReturnsTrue()
 {
     Assert.IsTrue(AuthenticationFixtureHelper.CheckMethodHasAuthenticateAttributeAndRolePropertise(typeof(MenuTilesService), "CreateDashboards", Role.AccountOwner));
 }
コード例 #7
0
 public void GetByCanvas_HasAuthentcationAtributeWhichRoleIsNormal_ReturnsTrue()
 {
     Assert.IsTrue(AuthenticationFixtureHelper.CheckMethodHasAuthenticateAttributeAndRolePropertise(typeof(PageService), "GetByCanvas", Role.Normal));
 }
コード例 #8
0
 public void RemoveUserForGroup_HasAuthentcationAtributeWhichRoleIsNormal_ReturnsTrue()
 {
     Assert.IsTrue(AuthenticationFixtureHelper.CheckMethodHasAuthenticateAttributeAndRolePropertise(typeof(GroupService), "RemoveUserForGroup", Role.Super));
 }
コード例 #9
0
 public void GetAll_HasAuthentcationAtributeWhichRoleIsNormal_ReturnsTrue()
 {
     Assert.IsTrue(AuthenticationFixtureHelper.CheckMethodHasAuthenticateAttributeAndRolePropertise(typeof(DashboardWizardService), "GetAll", Role.Normal));
 }
コード例 #10
0
 public void CopyDataset_HasAuthentcationAtributeWhichRoleIsAccountOwnerReturnsTrue()
 {
     Assert.IsTrue(AuthenticationFixtureHelper.CheckMethodHasAuthenticateAttributeAndRolePropertise(typeof(DatasetService), "Copy", Role.AccountOwner));
 }
コード例 #11
0
 public void Create_HasAuthentcationAtributeWhichRoleIsSuper_ReturnsTrue()
 {
     Assert.IsTrue(AuthenticationFixtureHelper.CheckMethodHasAuthenticateAttributeAndRolePropertise(typeof(GroupService), "Create", Role.Super));
 }
コード例 #12
0
 public void Export_HasAuthentcationAtributeWhichRoleIsNormal_ReturnsTrue()
 {
     Assert.IsTrue(AuthenticationFixtureHelper.CheckMethodHasAuthenticateAttributeAndRolePropertise(typeof(ExportService), "Export", Role.Normal));
 }
コード例 #13
0
 public void Update_HasAuthentcationAtributeWhichRoleIsSuper_ReturnTrue()
 {
     Assert.IsTrue(AuthenticationFixtureHelper.CheckMethodHasAuthenticateAttributeAndRolePropertise(typeof(CategoryService), "UpdateCategory", Role.AccountOwner));
 }
コード例 #14
0
 public void Get_HasAuthentcationAtributeWhichRoleIsNormal_ReturnTrue()
 {
     Assert.IsTrue(AuthenticationFixtureHelper.CheckMethodHasAuthenticateAttributeAndRolePropertise(typeof(CategoryService), "GetCategoriesByVariable", Role.Normal));
 }
コード例 #15
0
 public void Update_HasAuthentcationAtributeWhichRoleIsSuper_ReturnsTrue()
 {
     Assert.IsTrue(AuthenticationFixtureHelper.CheckMethodHasAuthenticateAttributeAndRolePropertise(typeof(ScorecardCommentService), "Update", Role.Super));
 }
コード例 #16
0
 public void RemoveGroupForUser_HasAuthentcationAtributeWhichRoleIsSuper_ReturnsTrue()
 {
     Assert.IsTrue(AuthenticationFixtureHelper.CheckMethodHasAuthenticateAttributeAndRolePropertise(typeof(UserService), "RemoveGroupForUser", Role.Super));
 }
コード例 #17
0
 public void GetSubMenusVisibleToUser_HasAuthentcationAtributeWhichRoleIsSuper_ReturnsTrue()
 {
     Assert.IsTrue(AuthenticationFixtureHelper.CheckMethodHasAuthenticateAttributeAndRolePropertise(typeof(MenuTilesService), "GetSubMenusVisibleToUser", Role.Super));
 }
コード例 #18
0
 public void GetVariables_HasAuthentcationAtributeWhichRoleIsSuper_ReturnsTrue()
 {
     Assert.IsTrue(AuthenticationFixtureHelper.CheckMethodHasAuthenticateAttributeAndRolePropertise(typeof(SpssService), "GetVariables", Role.AccountOwner));
 }
コード例 #19
0
 public void OptionService_HasAuthentcationAtributeWhichRoleIsNormal_ReturnsTrue()
 {
     Assert.IsTrue(AuthenticationFixtureHelper.CheckTypeHasAuthenticateAttributeAndRolePropertise(typeof(OptionService), Role.Normal));
 }
コード例 #20
0
 public void AutoImport_HasAuthentcationAtributeWhichRoleIsSystemAdmin_ReturnsTrue()
 {
     Assert.IsTrue(AuthenticationFixtureHelper.CheckMethodHasAuthenticateAttributeAndRolePropertise(typeof(SpssService), "AutoImport", Role.SystemAdmin));
 }
コード例 #21
0
 public void Delete_HasAuthentcationAtributeWhichRoleIsSuper_ReturnsTrue()
 {
     Assert.IsTrue(AuthenticationFixtureHelper.CheckMethodHasAuthenticateAttributeAndRolePropertise(typeof(PageService), "Delete", Role.AccountOwner));
 }
コード例 #22
0
 public void UpdateIndex_HasAuthentcationAtributeWhichRoleIsSuper_ReturnsTrue()
 {
     Assert.IsTrue(AuthenticationFixtureHelper.CheckMethodHasAuthenticateAttributeAndRolePropertise(typeof(ScorecardSectionService), "UpdateIndex", Role.AccountOwner));
 }