You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bernhard huber <be...@gmx.at> on 2004/07/04 20:06:51 UTC

junit tests

hi,

i have committed some more junit tests for cocoon core components.

The committed junit tests are

* ParameterMatcher.java
* PreparableMatcher.java
* RegexpURIMatcher.java
* RequestAttributeMatcher.java
* RequestParameterMatcher.java
* SessionAttributeMatcher.java
* WildcardURIMatcher.java

* BrowserSelector.java
* CookieSelector.java
* ExceptionSelector.java
* HeaderSelector.java
* HostSelector.java
* ParameterSelector.java
* RegexpRequestParameterSelector.java
* RequestAttributeSelector.java
* RequestMethodSelector.java
* RequestParameterSelector.java
* ResourceExistsSelector.java
* SessionAttributeSelector.java
* SimpleSelector.java

* AugmentTransformerTestCase.java
* EncodeURLTransformerTestCase.java

If you like writing junit tests you might want to continue writing tests
for following matchers
RegexpHeaderMatcher.java
RegexpHostMatcher.java
RegexpParameterMatcher.java
RegexpRequestAttributeMatcher.java
RegexpRequestParameterMatcher.java
RegexpSessionAttributeMatcher.java
WildcardHeaderMatcher.java
WildcardHostMatcher.java
WildcardParameterMatcher.java
WildcardRequestAttributeMatcher.java
WildcardRequestParameterMatcher.java
WildcardSessionAttributeMatcher.java

or following selectors

XPathExceptionSelector.java

or any other component.

By the way, does anybody know how the tests results of the blocks
are merged with the tests results of cocoon core?

regards 
bernhard

-- 
"Sie haben neue Mails!" - Die GMX Toolbar informiert Sie beim Surfen!
Jetzt aktivieren unter http://www.gmx.net/info


Re: junit tests

Posted by Stephan Michels <st...@apache.org>.
Am So, den 04.07.2004 schrieb bernhard huber um 20:06:
> hi,
> 
> i have committed some more junit tests for cocoon core components.
> 
> The committed junit tests are
> 
> * ParameterMatcher.java
> * PreparableMatcher.java
> * RegexpURIMatcher.java
> * RequestAttributeMatcher.java
> * RequestParameterMatcher.java
> * SessionAttributeMatcher.java
> * WildcardURIMatcher.java
[...]

Wow, great work! I can't say how I appreciate your work.

Its a shame to see a large project like Cocoon without tests.

Stephan.