connect-group / thymeleaf-tdd

Test Driven Development framework for @Thymeleaf and Thymesheet
Apache License 2.0
3 stars 3 forks source link

Use without any Spring dependencies? #3

Closed jhyot closed 8 years ago

jhyot commented 8 years ago

Is thymeleaf-tdd usable also without pulling in any Spring dependencies?

4dz commented 8 years ago

Hi,

Unfortunately it requires Spring as it relies on the Spring framework for mocking requests.

jhyot commented 8 years ago

Thanks.