]> source.dussan.org Git - sonarqube.git/commit
Add tests to MyBatis RoleMapper
authorSimon Brandhof <simon.brandhof@gmail.com>
Fri, 6 Jul 2012 17:12:26 +0000 (19:12 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Fri, 6 Jul 2012 17:12:26 +0000 (19:12 +0200)
commit526e4462a75591804fa560f65e536cf4f9a20b72
tree61267a16f04672bd61551e348b2fe3e16759c270
parent612c68f47947000e22fb0c09d73b10561702926e
Add tests to MyBatis RoleMapper
sonar-core/src/test/java/org/sonar/core/user/RoleMapperTest.java [new file with mode: 0644]
sonar-core/src/test/resources/org/sonar/core/user/RoleMapperTest/countRoles.xml [new file with mode: 0644]
sonar-core/src/test/resources/org/sonar/core/user/RoleMapperTest/deleteRolesByResourceId-result.xml [new file with mode: 0644]
sonar-core/src/test/resources/org/sonar/core/user/RoleMapperTest/deleteRolesByResourceId.xml [new file with mode: 0644]
sonar-core/src/test/resources/org/sonar/core/user/RoleMapperTest/insertRoles-result.xml [new file with mode: 0644]
sonar-core/src/test/resources/org/sonar/core/user/RoleMapperTest/insertRoles.xml [new file with mode: 0644]