Aroucha / spring-security-facelets-taglib

Automatically exported from code.google.com/p/spring-security-facelets-taglib
0 stars 0 forks source link

Copy tests for components from spring-source #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Our components are working, but have no tests.
It should be easy to port the tests used in Springs-JSP taglib to our JSF
2.0/facelets version:
http://static.springframework.org/spring-security/site/apidocs/org/springframewo
rk/security/taglibs/authz/AuthorizeTag.html

This is needed, to ensure that our code really does what we expect it to do.

Original issue reported on code.google.com by dominik....@gmail.com on 15 Jun 2009 at 9:49

GoogleCodeExporter commented 8 years ago
I've created an own JUnit-4 Test 
taglib/src/test/java/org/springframework/security/taglibs/facelets/SpringSecurit
yELLibraryTest.java

for this. Maybe someone could look at the tests from springsource and add 
further
ones here. 

Original comment by dominik....@gmail.com on 28 Aug 2009 at 3:44